From a503bf30730ae7b6f3fcac08de24bd6a3344ae88 Mon Sep 17 00:00:00 2001 From: Rakantor Date: Tue, 18 Oct 2022 20:23:39 +0200 Subject: [PATCH] Set vueCompilerOptions.target to 2.7 --- jsconfig.json | 3 +++ 1 file changed, 3 insertions(+) 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"] }