diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-26 16:56:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-26 16:56:34 +0100 |
| commit | b115584ac05fac697f43df30d22808e93ac7e17b (patch) | |
| tree | 7034dfde1bcb2ed049666ae3bf43f102d0e8a806 /tsconfig.json | |
| parent | ead34962de9d2b3ed7fa1506bb800518a2217128 (diff) | |
| parent | 80c134e0f0f018225dcad4d35c6eba0d530ba595 (diff) | |
Merge pull request #133 from AttorneyOnline/tsrework
Typescript client.js
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 85f6983..16f950d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "outDir": "./dist", "allowJs": true, "target": "es5", - "strict": true, + "lib": ["DOM","DOM.Iterable"], + "strict": false, "strictNullChecks": false, //document.getElementBy "downlevelIteration": true }, |
