Skip to content

Commit bd81b88

Browse files
committed
Enable stricter TypeScript checks
1 parent 16d1ae5 commit bd81b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"esModuleInterop": true,
55
"isolatedModules": true,
66
"moduleResolution": "node",
7+
"noUncheckedIndexedAccess": true,
78
"outDir": "dist",
89
"strict": true,
10+
"strictNullChecks": true,
911
"target": "es5"
1012
},
1113
"include": ["src"]

0 commit comments

Comments
 (0)