Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit d7f0925

Browse files
committed
1 parent 7d5a775 commit d7f0925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"sourceMap": false,
1010
"strict": true,
1111
"moduleResolution": "node",
12-
"noImplicitAny": false
12+
"noImplicitAny": false,
13+
"strictNullChecks": false
1314
},
1415
"include": [
1516
"./**/**.ts"

0 commit comments

Comments
 (0)