We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ebe3d commit 4463243Copy full SHA for 4463243
tsconfig.json
@@ -21,8 +21,8 @@
21
"skipDefaultLibCheck": true,
22
"strictBindCallApply": true,
23
"strictFunctionTypes": true,
24
- // "strictNullChecks": true,
25
- // "strictPropertyInitialization": true,
+ "strictNullChecks": true,
+ "strictPropertyInitialization": true,
26
"stripInternal": true,
27
"target": "es2020",
28
"outDir": "tsc-out/",
0 commit comments