diff --git a/tsconfig.json b/tsconfig.json index 25c3146..46b7d0e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,8 @@ // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json", "compilerOptions": { + "isolatedModules": false, + "verbatimModuleSyntax": false, "types": ["@nuxt/types", "@nuxtjs/i18n", "@nuxtjs/device", "cypress", "node"] } }