diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-23 22:25:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-23 22:25:15 +0100 |
| commit | ffa23343e0a0badd9e50a005359fdb79efead995 (patch) | |
| tree | b5991b499685bd94890fae7f321570044fafaf2c /tsconfig.json | |
| parent | 30b4e3e8c84ce3f980fe895d4c64800fc7f00ece (diff) | |
| parent | 93212647c7775358ecd7366423d706a5efae95dc (diff) | |
Merge pull request #128 from AttorneyOnline/sypetcript
Sypetcript
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/*"] |
