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
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.
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
The text was updated successfully, but these errors were encountered: