Skip to content

Commit faf7e44

Browse files
committed
chore(tsconfig): update for nuxt 4
1 parent de15fa0 commit faf7e44

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎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)