Skip to content

Commit 6b00e5c

Browse files
committed
test: fix typecheck
1 parent 6bd6cc5 commit 6b00e5c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tsconfig.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"extends": "./.nuxt/tsconfig.json"
2+
"extends": "./.nuxt/tsconfig.json",
3+
"exclude": [
4+
"test/*",
5+
"node_modules/*",
6+
"playground/*",
7+
"docs/*"
8+
]
39
}

0 commit comments

Comments
 (0)