aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-23 22:25:15 +0100
committerGitHub <noreply@github.com>2022-03-23 22:25:15 +0100
commitffa23343e0a0badd9e50a005359fdb79efead995 (patch)
treeb5991b499685bd94890fae7f321570044fafaf2c /tsconfig.json
parent30b4e3e8c84ce3f980fe895d4c64800fc7f00ece (diff)
parent93212647c7775358ecd7366423d706a5efae95dc (diff)
Merge pull request #128 from AttorneyOnline/sypetcript
Sypetcript
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
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/*"]