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 b7bafe7 commit 53bd756Copy full SHA for 53bd756
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