Skip to content

Commit 7ea4036

Browse files
Add strict null checks
1 parent 4efd52f commit 7ea4036

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
@@ -5,6 +5,7 @@
55
"module": "ESNext",
66
"lib": ["ESNext", "DOM", "DOM.Iterable"],
77
"skipLibCheck": true,
8+
"strictNullChecks": true,
89

910
/* Bundler mode */
1011
"moduleResolution": "bundler",

0 commit comments

Comments
 (0)