1
0
mirror of synced 2026-04-03 03:48:39 +08:00

ci: use references for new nuxt

This commit is contained in:
YunYouJun
2025-10-06 20:33:15 +08:00
parent fc6335c03a
commit 397b16a1f0
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
"name": "cook",
"type": "module",
"version": "2.0.0-beta.1",
"private": true,

View File

@@ -1,3 +1,18 @@
{
"extends": "./.nuxt/tsconfig.json"
// https://nuxt.com/docs/guide/concepts/typescript
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
],
"files": []
}