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 23175ba commit bacff80Copy full SHA for bacff80
server/tsconfig.json
tsconfig.json
@@ -1,4 +1,10 @@
1
{
2
// https://nuxt.com/docs/guide/concepts/typescript
3
- "extends": "./.nuxt/tsconfig.json"
+ "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
+ ]
10
}
0 commit comments