- Notifications
You must be signed in to change notification settings - Fork477
Open
Description
Creating a project with typescript and vitest
Vue.js - The Progressive JavaScript Framework√ Add TypeScript? ... Yes√ Add Vitest for Unit Testing? ... Yes
making a mistake somewhere and then runningtype-check
script reports the errors twice:
This is due to the fact that "src" is included in bothtsconfig.app.json
andtsconfig.vitest.json
. This was introduced with#274
Not sure how to fix this. It's nice to have a separate tsconfig for vitest, but not sure it's worth it if it double reports the errors because of it.