frontend/tsconfig.json

11 lines
254 B
JSON
Raw Normal View History

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