aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-01-23 14:36:49 +0100
committerstonedDiscord <Tukz@gmx.de>2023-01-23 14:36:49 +0100
commitb81480a194a144fc0894b1457018d89ecc406673 (patch)
tree5340b7cd1959707a5b3a8e65bcac8cf310516fac /tsconfig.json
parent3c1c9fbd1ecf9266e37f2c805c72f0d90c4aab72 (diff)
replaceall was missing
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 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