This commit is contained in:
Alex
2023-11-10 20:29:53 -05:00
parent ee3e7e4203
commit 60b1b8fde3
17 changed files with 539 additions and 128 deletions

View File

@ -17,11 +17,5 @@
"stripInternal": true,
"target": "esnext",
"useUnknownInCatchVariables": false
},
"ts-node": {
"transpileOnly": true,
"compilerOptions": {
"module": "commonjs"
}
}
}