diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-23 21:46:09 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-23 21:46:09 +0100 |
| commit | 89a7862ed462bd952a9814d9d4be078524bcf18c (patch) | |
| tree | 49af1eb58346b605ff87728e5118bed950b2c0b6 /tsconfig.json | |
| parent | 415eff55a9db8da9077e0e1dd5d3c3672ff66e8a (diff) | |
add strict with a comment
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index c2f6882..7803fbe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,8 @@ "outDir": "./dist", "allowJs": true, "target": "es5", + //"strict": true, + "strictNullChecks": false, //document.getElementBy "downlevelIteration": true }, "include": ["./webAO/*"] |
