diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-24 00:22:33 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-24 00:22:33 -0400 |
| commit | b2000f04663092f7a4dfcbab306d67df7e5ce538 (patch) | |
| tree | 2d393287c4e28ff1519dcea53ea1fc1a4a0456e3 /tsconfig.json | |
| parent | ffa23343e0a0badd9e50a005359fdb79efead995 (diff) | |
Added support for issue with aomlParser
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
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 }, |
