diff options
Diffstat (limited to 'demo/tsconfig.json')
| -rw-r--r-- | demo/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/tsconfig.json b/demo/tsconfig.json index 4e9d0f3..e11796a 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { + "strictNullChecks": false, "target": "es2018", "baseUrl": "..", "rootDir": "..", |
