{ // https://v3.nuxtjs.org/concepts/typescript "extends": "./.nuxt/tsconfig.json", "compilerOptions": { "strict": false, "baseUrl": ".", "paths": { "@/*": ["./src/*"] } } }