Skip to content

Commit 21259f0

Browse files
committed
Exclude query from tsconfig
1 parent 713449f commit 21259f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../../tsconfig.test.json",
33
"compilerOptions": {
4-
"skipLibCheck": true
4+
"skipLibCheck": true,
55
},
6-
"include": ["../**/*.ts*"]
6+
"include": ["../**/*.ts*"],
7+
"exclude": ["../query"]
78
}

0 commit comments

Comments
 (0)