Skip to content

Commit 4e65acb

Browse files
committed
exclude test files when compiling
1 parent de69418 commit 4e65acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"exclude": [
3434
"node_modules",
3535
"src/**/*.test.ts",
36+
"src/**/*.test.*.ts",
3637
"test/**/*"
3738
]
3839
}

0 commit comments

Comments
 (0)