Skip to content

Commit 0ef7ca2

Browse files
Update tsconfig
1 parent 6a167aa commit 0ef7ca2

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
@@ -11,7 +11,8 @@
1111
"forceConsistentCasingInFileNames": true,
1212
"strict": true,
1313
"skipLibCheck": true,
14-
"moduleResolution": "Node"
14+
"moduleResolution": "Node",
15+
"strictNullChecks": true
1516
},
1617
"include": ["src/**/*"],
1718
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)