Skip to content

Commit 4a8cef6

Browse files
committed
chore(tsconfig): update for nuxt 4
1 parent 0416b7d commit 4a8cef6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

‎server/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎tsconfig.json

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

0 commit comments

Comments
 (0)