chore: reference tsconfig from nuxt 4
This commit is contained in:
@@ -1,13 +1,22 @@
|
|||||||
{
|
{
|
||||||
"extends": "./.nuxt/tsconfig.json",
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"composite": true,
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"module": "ESNext",
|
"module": "ESNext"
|
||||||
"strict": true
|
|
||||||
},
|
},
|
||||||
"include": [
|
"references": [
|
||||||
".nuxt/nuxt.d.ts",
|
{
|
||||||
"env.d.ts",
|
"path": "./.nuxt/tsconfig.app.json"
|
||||||
"**/*"
|
},
|
||||||
]
|
{
|
||||||
|
"path": "./.nuxt/tsconfig.server.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "./.nuxt/tsconfig.shared.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "./.nuxt/tsconfig.node.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": []
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user