We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a4c5d commit bb0be21Copy full SHA for bb0be21
tsconfig.build.json
@@ -1,4 +1,5 @@
1
{
2
"extends": "./tsconfig.json",
3
- "include": ["src"]
+ "include": ["src"],
4
+ "exclude": ["src/**/__test__"]
5
}
0 commit comments