Skip to content

Commit 5f4bbe6

Browse files
committed
fix(tests): exclude tests from main compilation and from npm package
1 parent c0bbfa7 commit 5f4bbe6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"extends": "@softwareventures/tsconfig"
2+
"extends": "@softwareventures/tsconfig",
3+
"exclude": [
4+
"**/test.ts",
5+
"**/*.test.ts"
6+
]
37
}

0 commit comments

Comments
 (0)