{ // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json", "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true }, "references": [ { "path": "./tsconfig.node.json" } ] }