Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit fa1d95d

Browse files
committed
strictNullChecks by default
1 parent 39895d1 commit fa1d95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"outDir": "lib",
1717
"rootDir": "src",
1818
"strict": true,
19-
"strictNullChecks": false,
19+
"strictNullChecks": true,
2020
"target": "es2017",
2121
"types": []
2222
},

0 commit comments

Comments
 (0)