Mark Auger

Results 4 comments of Mark Auger

Hi @samuelerodi, Working on an update now to allow `tsc-hooks` to be used with frameworks. This took awhile to figure out what the best approach would be, since this in...

Good point! It could be a peer dependency, but it can't be a dev dependency since we rely on it for injecting into the tsc cli. You want to make...

Hi @npdev453, I'm a little confused... Are you saying the `allowJs` option doesn't work with the other options you are using?

Why not use `allowJs` with the exclude property? But also, `allowJs` shouldn't be copying over anything, but .js or .jsx files Re: https://www.typescriptlang.org/tsconfig#include