Skip to content

Commit 26b00e8

Browse files
committed
chore: opt-in into new nuxt v4 TS Project References
1 parent 58a0a32 commit 26b00e8

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

apps/frontend/tsconfig.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
// https://nuxt.com/docs/guide/concepts/typescript
3-
"extends": "./.nuxt/tsconfig.json",
43
"references": [
5-
{
6-
"path": "../backend"
7-
},
8-
{
9-
"path": "../backend-convex"
10-
}
11-
]
4+
{ "path": "./.nuxt/tsconfig.app.json" },
5+
{ "path": "./.nuxt/tsconfig.server.json" },
6+
{ "path": "./.nuxt/tsconfig.node.json" },
7+
{ "path": "../backend" }
8+
],
9+
"files": []
1210
}

0 commit comments

Comments
 (0)