Typescript Bugfixes (Switched CJS -> MJS)

This commit is contained in:
DJj123dj
2026-04-19 17:43:59 +02:00
parent 230ef70d86
commit 600419f763
96 changed files with 438 additions and 443 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2022",
"target": "es2024",
"rootDir":"./",
"outDir": "./dist/",
"module": "NodeNext",
@@ -13,6 +13,7 @@
"allowJs": false,
"checkJs": false,
"declaration": true,
"strict": false,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"skipLibCheck": true,