|
@@ -7,10 +7,11 @@
|
|
|
"es6"
|
|
|
],
|
|
|
"allowJs": true,
|
|
|
+ "checkJs": true,
|
|
|
"skipLibCheck": true,
|
|
|
"esModuleInterop": true,
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
- "strict": false,
|
|
|
+ "strict": true,
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
"module": "esnext",
|
|
|
"moduleResolution": "node",
|
|
@@ -48,10 +49,13 @@
|
|
|
],
|
|
|
"experimentalDecorators": true,
|
|
|
"emitDecoratorMetadata": true,
|
|
|
- "noImplicitAny": false,
|
|
|
- "noImplicitReturns": false,
|
|
|
- "noImplicitThis": false,
|
|
|
- "strictNullChecks": false
|
|
|
+ "noImplicitAny": true,
|
|
|
+ "noImplicitReturns": true,
|
|
|
+ "noImplicitThis": true,
|
|
|
+ "strictNullChecks": true,
|
|
|
+ "strictPropertyInitialization": true,
|
|
|
+ "strictBindCallApply": true,
|
|
|
+ "strictFunctionTypes": true
|
|
|
},
|
|
|
"include": [
|
|
|
"src/**/*.ts",
|