aboutsummaryrefslogtreecommitdiff
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 d8b9323..4b2dc7b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,8 +1,8 @@
{
"compilerOptions": {
- "target": "ES2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
+ "target": "ES6",
"skipLibCheck": true,
"strict": true,
"noEmit": true,