friends-best/tsconfig.json

9 lines
187 B
JSON
Raw Permalink Normal View History

2021-07-23 16:14:54 +00:00
{
// https://v3.nuxtjs.org/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
}
}