Skip to content

Commit fafc36f

Browse files
committed
config: exclude test files from TS build output
1 parent 7d3c0c6 commit fafc36f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"exclude": [
2222
"node_modules",
23-
"dist"
23+
"dist",
24+
"**/*.test.ts"
2425
]
2526
}

0 commit comments

Comments
 (0)