Skip to content

Commit d5a6c76

Browse files
committed
tsconfig changes
Finally, enable strictNullChecks and strictPropertyInitialization in tsonfig.json.
1 parent 2885500 commit d5a6c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"skipDefaultLibCheck": true,
2222
"strictBindCallApply": true,
2323
"strictFunctionTypes": true,
24-
// "strictNullChecks": true,
25-
// "strictPropertyInitialization": true,
24+
"strictNullChecks": true,
25+
"strictPropertyInitialization": true,
2626
"stripInternal": true,
2727
"target": "es2020",
2828
"outDir": "tsc-out/",

0 commit comments

Comments
 (0)