allegro / allegro/typescript-strict-plugin
Make tsc --project ./tsconfig.json show fails without using "yarn tsc-strics"
Open
awaiting reply
- Dominant language
- TypeScript
- Stars
- 397
- Forks
- 34
- PR merge metrics
- PR metrics pending
Description
Make `tsc --project ./tsconfig.json` show fails (if your plugin is added) without the need to use "yarn tsc-strics".
Having separate CLI to show errors for strict files creates many problems.
- Not easy parralelisation
- Need to have separate watch the same files (which uses CPU and so on)
- Need to have separate view to see those errors
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.