Skip to content

Commit c3db47c

Browse files
author
1bcMax
committed
fix: exclude bun test file from tsc to fix CI typecheck
1 parent 586a75c commit c3db47c

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
@@ -16,5 +16,5 @@
1616
"isolatedModules": true
1717
},
1818
"include": ["src"],
19-
"exclude": ["node_modules", "dist"]
19+
"exclude": ["node_modules", "dist", "src/error-classification.test.ts"]
2020
}

0 commit comments

Comments
 (0)