aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-24 00:22:33 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-24 00:22:33 -0400
commitb2000f04663092f7a4dfcbab306d67df7e5ce538 (patch)
tree2d393287c4e28ff1519dcea53ea1fc1a4a0456e3 /tsconfig.json
parentffa23343e0a0badd9e50a005359fdb79efead995 (diff)
Added support for issue with aomlParser
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
},