From aa66c1060875c155283bcad56a440a6c268f00e2 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Fri, 3 Sep 2021 23:06:23 +0530 Subject: [PATCH] fix: improved volar integration --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 56c2cd17d..ed74407f2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,8 @@ }, "types": ["@types/node", "@nuxt/types", "@nuxtjs/i18n", "@nuxtjs/toast", "unplugin-vue2-script-setup/types"] }, - "exclude": ["node_modules", ".nuxt", "dist"] + "exclude": ["node_modules", ".nuxt", "dist"], + "vueCompilerOptions": { + "experimentalCompatMode": 2 + }, }