Open KnisterPeter opened 4 years ago
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?