frontend/tsconfig.json
2024-11-29 22:29:43 +01:00

10 lines
229 B
JSON

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