windows/tsconfig.json

24 lines
427 B
JSON
Raw Normal View History

2025-09-23 16:43:57 +00:00
{
// https://nuxt.com/docs/guide/concepts/typescript
"compilerOptions": {
"moduleResolution": "node",
"module": "esnext",
"target": "esnext"
},
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
]
}