2025-11-04 09:17:18 +01:00
|
|
|
{
|
|
|
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
|
|
|
"files": [],
|
2025-11-13 23:28:01 +01:00
|
|
|
"exclude": [
|
|
|
|
|
".jj",
|
|
|
|
|
".git",
|
|
|
|
|
"**/.output/*",
|
|
|
|
|
"**/node_modules/*",
|
|
|
|
|
"**/dist/*"
|
|
|
|
|
],
|
2025-11-04 09:17:18 +01:00
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "./.nuxt/tsconfig.app.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "./.nuxt/tsconfig.server.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "./.nuxt/tsconfig.shared.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "./.nuxt/tsconfig.node.json"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|