frontend/tsconfig.json
2024-12-07 20:24:09 +01:00

11 lines
254 B
JSON

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