frontend/tsconfig.json

9 lines
185 B
JSON
Raw Normal View History

{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"target": "esnext",
"module": "esnext"
}
}