Skip to content

Commit 67f6159

Browse files
committed
build: exclude mocks from TypeScript build
1 parent 8afa07a commit 67f6159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./config/tsconfig.json",
33
"include": ["./api"],
4-
"exclude": ["./**/__tests__/*"],
4+
"exclude": ["./**/__tests__/*", "./**/__mocks__/*"],
55
"compilerOptions": {
66
"allowJs": true,
77
"checkJs": true,

0 commit comments

Comments
 (0)