server/packages/frontend/tsconfig.json

8 lines
145 B
JSON
Raw Normal View History

2024-04-09 13:14:53 +02:00
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"target": "ESNext"
}
}