started working on fixing typescript errors

This commit is contained in:
2024-05-07 21:20:57 +02:00
parent f6ea46a3b5
commit f038b6787f
11 changed files with 40 additions and 17 deletions

View File

@ -9,7 +9,8 @@
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"noEmit": false,
"noEmitOnError": false,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",