./tsconfig.json
{ // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json", "compilerOptions": { "allowImportingTsExtensions": true, "experimentalDecorators": true, "emitDecoratorMetadata": true }}