We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afa07a commit 67f6159Copy full SHA for 67f6159
src/tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "./config/tsconfig.json",
3
"include": ["./api"],
4
- "exclude": ["./**/__tests__/*"],
+ "exclude": ["./**/__tests__/*", "./**/__mocks__/*"],
5
"compilerOptions": {
6
"allowJs": true,
7
"checkJs": true,
0 commit comments