|
@@ -5,9 +5,13 @@
|
|
|
"outDir": "./dist/out-tsc",
|
|
"outDir": "./dist/out-tsc",
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
"strict": true,
|
|
"strict": true,
|
|
|
- "noImplicitOverride": true,
|
|
|
|
|
- "noPropertyAccessFromIndexSignature": true,
|
|
|
|
|
- "noImplicitReturns": true,
|
|
|
|
|
|
|
+ "strictPropertyInitialization": false,
|
|
|
|
|
+ "strictNullChecks": false,
|
|
|
|
|
+ "noImplicitOverride": false,
|
|
|
|
|
+ "noImplicitAny": false,
|
|
|
|
|
+ "noPropertyAccessFromIndexSignature": false,
|
|
|
|
|
+ "noImplicitReturns": false,
|
|
|
|
|
+ "noUncheckedIndexedAccess": false,
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
"skipLibCheck": true,
|
|
"skipLibCheck": true,
|
|
|
"esModuleInterop": true,
|
|
"esModuleInterop": true,
|
|
@@ -19,6 +23,7 @@
|
|
|
"target": "ES2022",
|
|
"target": "ES2022",
|
|
|
"module": "ES2022",
|
|
"module": "ES2022",
|
|
|
"useDefineForClassFields": false,
|
|
"useDefineForClassFields": false,
|
|
|
|
|
+ "resolveJsonModule": true,
|
|
|
"lib": [
|
|
"lib": [
|
|
|
"ES2022",
|
|
"ES2022",
|
|
|
"dom"
|
|
"dom"
|