swimauger/tsc-hooks

Does not work with nestjs

Opened this issue · 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

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.