Skip to content

Commit 54b058e

Browse files
feat: update tsconfig references to include shared configuration
1 parent dd7f77e commit 54b058e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

playground-nuxt/tsconfig.json

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

0 commit comments

Comments
 (0)