summaryrefslogtreecommitdiff
path: root/web/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/tsconfig.json')
-rw-r--r--web/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tsconfig.json b/web/tsconfig.json
index 91be5ef..b650d24 100644
--- a/web/tsconfig.json
+++ b/web/tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
- "target": "ESNext",
+ "target": "ES2020",
"module": "ESNext",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"moduleResolution": "bundler",