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
We use wsrun in our monorepo to run the typescript compiler in watch mode.
While setting up the vscode default build task and the problem matcher, I've tried to let wsrun rewrite tsc output paths. That fails currently.
package
| src/index.tsx(33,5): error TS2304: Cannot find name 'adsf'.
Would it be an option to give wsrun a pattern which should be checked?
The text was updated successfully, but these errors were encountered:
Just for the reference: I've found out that with pretty output enabled in tsconfig.json the path rewriting does work.
So I've managed to create a problem matcher which listens to all errors in all tsc processes in the whole monorepo.
We use
wsrun
in our monorepo to run the typescript compiler in watch mode.While setting up the vscode default build task and the problem matcher, I've tried to let wsrun rewrite tsc output paths. That fails currently.
Would it be an option to give wsrun a pattern which should be checked?
The text was updated successfully, but these errors were encountered: