diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-01-23 14:36:49 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-01-23 14:36:49 +0100 |
| commit | b81480a194a144fc0894b1457018d89ecc406673 (patch) | |
| tree | 5340b7cd1959707a5b3a8e65bcac8cf310516fac /tsconfig.json | |
| parent | 3c1c9fbd1ecf9266e37f2c805c72f0d90c4aab72 (diff) | |
replaceall was missing
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 1a2dd33..7f8928e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "./dist", "allowJs": true, "target": "es5", - "lib": ["DOM","DOM.Iterable"], + "lib": ["DOM","DOM.Iterable","ES2021.String"], "strict": true, "strictNullChecks": false, //document.getElementBy "downlevelIteration": true |
