aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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