diff options
| author | Caleb Mabry <36182383+caleb-mabry@users.noreply.github.com> | 2022-03-26 13:17:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-26 13:17:04 -0400 |
| commit | 99a99cb4a002f25c0d5c66a09253de15d6467aec (patch) | |
| tree | aa066f1ae3168e35d49fe5c4159713981af3e14c /tsconfig.json | |
| parent | cfd118d3c733eff91dd74639937ecb8276929a76 (diff) | |
| parent | bda49615f436ec662d29eae91ef3265fcaa05e2f (diff) | |
Merge pull request #135 from AttorneyOnline/fix-strict
Allow strict
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 16f950d..9422b00 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "allowJs": true, "target": "es5", "lib": ["DOM","DOM.Iterable"], - "strict": false, + "strict": true, "strictNullChecks": false, //document.getElementBy "downlevelIteration": true }, |
