Skip to content

Commit cd1e799

Browse files
fix
1 parent cb1dc06 commit cd1e799

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

core-query/tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"extends": "../tsconfig.json"
2+
"extends": "../tsconfig.json",
3+
"exclude": [
4+
"node_modules",
5+
"dist",
6+
"**/*.test.ts",
7+
"**/*.spec.ts",
8+
"query-node.test.ts"
9+
]
310
}

0 commit comments

Comments
 (0)