We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7f77e commit 54b058eCopy full SHA for 54b058e
playground-nuxt/tsconfig.json
@@ -1,8 +1,17 @@
1
{
2
"references": [
3
- { "path": "./.nuxt/tsconfig.app.json" },
4
- { "path": "./.nuxt/tsconfig.server.json" },
5
- { "path": "./.nuxt/tsconfig.node.json" }
+ {
+ "path": "./.nuxt/tsconfig.app.json"
+ },
6
7
+ "path": "./.nuxt/tsconfig.server.json"
8
9
10
+ "path": "./.nuxt/tsconfig.shared.json"
11
12
13
+ "path": "./.nuxt/tsconfig.node.json"
14
+ }
15
],
16
"files": []
17
}
0 commit comments