Skip to content

Commit c2846d9

Browse files
committed
Remove unnecessary TypeScript config
strictNullChecks is already true if strict is true
1 parent 7a0d5ac commit c2846d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"noUncheckedIndexedAccess": true,
88
"outDir": "dist",
99
"strict": true,
10-
"strictNullChecks": true,
1110
"target": "es5"
1211
},
1312
"include": ["src"]

0 commit comments

Comments
 (0)