From 89ecf02575beade56227a0a55aa10f56d4e77cb5 Mon Sep 17 00:00:00 2001 From: jiyuujin Date: Sun, 19 Nov 2023 10:16:41 +0900 Subject: [PATCH] fix: typecheck --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 25c31464..46b7d0e8 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"] } }