gancio-upstream/tsconfig.json

11 lines
252 B
JSON
Raw Normal View History

2024-08-09 23:15:54 +02:00
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"esModuleInterop": true
}
2024-08-09 23:15:54 +02:00
}