tsc-hooks icon indicating copy to clipboard operation
tsc-hooks copied to clipboard

Does not work with nestjs

Open samuelerodi opened this issue 4 years ago • 1 comments

Testing hooks in a nestjs project. The hooks seems to be ignored by nestjs build even using the --tsc flag and specifying correct file path.

It works correctly using tsc -p tsconfig.build.json

samuelerodi avatar Oct 26 '21 14:10 samuelerodi

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 particular could have had some ugly over head, but I believe I have figured out a way to best handle adding the tsc-hooks injection script to any CLI.

swimauger avatar Nov 06 '21 22:11 swimauger