yarn typecheck should ignore .test.ts files (which use bun)

This commit is contained in:
David Ernst
2024-04-08 22:57:13 -07:00
parent b0ff3a2c21
commit fb79a78127

View File

@@ -28,6 +28,6 @@
"module": "CommonJS"
}
},
"exclude": ["node_modules", ".next", "out", "cypress", "db-data"],
"exclude": ["node_modules", ".next", "out", "cypress", "db-data", "**/*.test.ts"],
"include": ["**/*.ts", "**/*.tsx"]
}