aboutsummaryrefslogtreecommitdiff
path: root/src-vue/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/tsconfig.json')
-rw-r--r--src-vue/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/tsconfig.json b/src-vue/tsconfig.json
index d4aefa2c..7f0f0012 100644
--- a/src-vue/tsconfig.json
+++ b/src-vue/tsconfig.json
@@ -10,7 +10,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
- "lib": ["ESNext", "DOM"],
+ "lib": ["ESNext", "DOM", "ES2018"],
"skipLibCheck": true
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],