diff --git a/jsconfig.json b/jsconfig.json index 29037a6..b38a77a 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -8,5 +8,8 @@ "@@/*": ["./*"] } }, + "vueCompilerOptions": { + "target": 2.7 + }, "exclude": ["node_modules", ".nuxt", "dist"] }