We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd6cc5 commit 6b00e5cCopy full SHA for 6b00e5c
tsconfig.json
@@ -1,3 +1,9 @@
1
{
2
- "extends": "./.nuxt/tsconfig.json"
+ "extends": "./.nuxt/tsconfig.json",
3
+ "exclude": [
4
+ "test/*",
5
+ "node_modules/*",
6
+ "playground/*",
7
+ "docs/*"
8
+ ]
9
}
0 commit comments