Skip to content
This repository was archived by the owner on Dec 28, 2018. It is now read-only.

Commit 03cfcc7

Browse files
chore(TypeScript): Enable 'strictNullChecks' option
1 parent fcc9bfc commit 03cfcc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"preserveConstEnums": true,
1616
"removeComments": false,
1717
"sourceMap": true,
18+
"strictNullChecks": true,
1819
"suppressImplicitAnyIndexErrors": false,
1920
"target": "ES2015"
2021
},

0 commit comments

Comments
 (0)