Typescript Bugfixes (Switched CJS -> MJS)
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user