You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some libraries like ts-patch or ttypescript provide the ability to write plugins for TypeScript, for example, to add custom diagnostics
Similar plugins for webpack, such as fork-ts-checker and ts-loader, allow passing a custom path to TypeScript. This feature is greatly needed in vite-plugin-checker
Is your feature request related to a problem? Please describe.
Some libraries like ts-patch or ttypescript provide the ability to write plugins for TypeScript, for example, to add custom diagnostics
Similar plugins for webpack, such as fork-ts-checker and ts-loader, allow passing a custom path to TypeScript. This feature is greatly needed in vite-plugin-checker
Describe the solution you'd like
Something like:
Describe alternatives you've considered
No response
Additional context
I'm ready to implement this feature myself and submit a pull request if you think it's a good idea
Validations
The text was updated successfully, but these errors were encountered: