Skip to content

Commit 1c9c59e

Browse files
committed
chore: update playground tsconfig to Nuxt 4
1 parent 67e6ccc commit 1c9c59e

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

playground/tsconfig.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
{
2-
"extends": "./.nuxt/tsconfig.json"
3-
}
2+
"files": [],
3+
"references": [
4+
{
5+
"path": "./.nuxt/tsconfig.app.json"
6+
},
7+
{
8+
"path": "./.nuxt/tsconfig.server.json"
9+
},
10+
{
11+
"path": "./.nuxt/tsconfig.shared.json"
12+
},
13+
{
14+
"path": "./.nuxt/tsconfig.node.json"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)