Skip to content

Commit fedb5d2

Browse files
committed
turn off strict null checks
1 parent 18a9bf8 commit fedb5d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"module": "esnext",
1212
"moduleResolution": "node",
1313
"skipLibCheck": true,
14-
"strict": false, // match check-ts-errors
15-
"strictNullChecks": true
14+
"strict": false // match check-ts-errors
1615
}
1716
}

0 commit comments

Comments
 (0)