summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
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 dacdc2e2a..516868d3e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,7 +7,7 @@
"sourceMap": true,
"removeComments": true,
"preserveConstEnums": true,
- "target": "es2017",
+ "target": "esnext",
"moduleResolution": "node",
"noImplicitReturns": true,
"pretty": true,