Skip to content

Commit f08a9f7

Browse files
committed
Removed tests from ts build
1 parent 52b0a82 commit f08a9f7

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
@@ -1,5 +1,5 @@
11
{
2-
"exclude": ["example/**", "**/lib/**/*"],
2+
"exclude": ["example/**", "**/lib/**/*", "**/__tests__/**"],
33
"compilerOptions": {
44
"baseUrl": ".",
55
"paths": {

0 commit comments

Comments
 (0)