Skip to content

Commit 6b9a716

Browse files
committed
chore: ignore building tests
1 parent 0996dc3 commit 6b9a716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"exclude": ["eslint.config.mts"],
2+
"exclude": ["eslint.config.mts", "__tests__/**"],
33
// Visit https://aka.ms/tsconfig to read more about this file
44
"compilerOptions": {
55
// File Layout

0 commit comments

Comments
 (0)