We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TS Project References
1 parent 58a0a32 commit 26b00e8Copy full SHA for 26b00e8
1 file changed
apps/frontend/tsconfig.json
@@ -1,12 +1,10 @@
1
{
2
// https://nuxt.com/docs/guide/concepts/typescript
3
- "extends": "./.nuxt/tsconfig.json",
4
"references": [
5
- {
6
- "path": "../backend"
7
- },
8
9
- "path": "../backend-convex"
10
- }
11
- ]
+ { "path": "./.nuxt/tsconfig.app.json" },
+ { "path": "./.nuxt/tsconfig.server.json" },
+ { "path": "./.nuxt/tsconfig.node.json" },
+ { "path": "../backend" }
+ ],
+ "files": []
12
}
0 commit comments