aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-24 09:26:20 +0100
committerGitHub <noreply@github.com>2022-03-24 09:26:20 +0100
commite4d1e1cd4b361e96aad09d9b5539db44cb1ed8dd (patch)
treebedbe4f6b94dc593a6eef508a7dce20432a2406d /tsconfig.json
parentffa23343e0a0badd9e50a005359fdb79efead995 (diff)
parentcb5117e66c7789db728e80a0b47c2011a46bd6e0 (diff)
Merge pull request #129 from AttorneyOnline/full-strict
Full Strict Typescript
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7803fbe..85f6983 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,7 @@
"outDir": "./dist",
"allowJs": true,
"target": "es5",
- //"strict": true,
+ "strict": true,
"strictNullChecks": false, //document.getElementBy
"downlevelIteration": true
},