Skip to content

Commit 5fd82c9

Browse files
author
Simon Planinschek
committed
Exclude tests in ts compiler config
1 parent f10c073 commit 5fd82c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"src"
1414
],
1515
"exclude": [
16-
"node_modules"
16+
"node_modules", "**/__test__/*", "**/__tests__/*"
1717
]
1818
}

0 commit comments

Comments
 (0)