mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
10 lines
252 B
JSON
10 lines
252 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|