diff --git a/tsconfig.json b/tsconfig.json index b1d2f39..307b213 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,13 +1,18 @@ { // https://nuxt.com/docs/guide/concepts/typescript - "extends": "./.nuxt/tsconfig.json", - "compilerOptions": { - "allowSyntheticDefaultImports": true, - "esModuleInterop": true - }, + "files": [], "references": [ { - "path": "./tsconfig.node.json" + "path": "./.nuxt/tsconfig.app.json" + }, + { + "path": "./.nuxt/tsconfig.server.json" + }, + { + "path": "./.nuxt/tsconfig.shared.json" + }, + { + "path": "./.nuxt/tsconfig.node.json" } ] }