Skip to content

Commit 15a4c67

Browse files
committed
Exclude tests from build
1 parent a3fadb6 commit 15a4c67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
},
2020
"include": [
2121
"src"
22+
],
23+
"exclude": [
24+
"src/**/*.test.ts"
2225
]
2326
}

0 commit comments

Comments
 (0)