Skip to content

Commit 5bd9859

Browse files
committed
chore(demo): disable strict null checks in tsconfig
1 parent d35e701 commit 5bd9859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4+
"strictNullChecks": false,
45
"target": "es2018",
56
"baseUrl": "..",
67
"rootDir": "..",

0 commit comments

Comments
 (0)