{ // https://v3.nuxtjs.org/concepts/typescript "extends": "./.nuxt/tsconfig.json", "compilerOptions": { "typeRoots": ["./types", "./node_modules/@types"], "esModuleInterop": true, "allowSyntheticDefaultImports": true } }