Skip to content

Commit a756a3f

Browse files
committed
Relax TS check
1 parent a4c843f commit a756a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
}
4949
},
5050
"include": ["packages"],
51-
"exclude": ["**/dist", "**/node_modules/**"]
51+
"exclude": ["**/dist", "**/node_modules/**", "**/__tests__", "**/tests"]
5252
}

0 commit comments

Comments
 (0)