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
Hi, when running with watch flag as described in docs ("build:watch": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")"), adding a new file does not get picked up by tsc-alias.
After encountering overall instability with the --watch flag, I've decided to opt for running tsc-alias with nodemon. Feel free to close ticket if satisfactory. I think it would also be helpful to note this in the documentation as a potential approach.
And I found tsc-alias -w didn't run, however, tsc-alias -w will run if I use it alone and run the above task at the same time.
Both tsc -w and nodemon will run.
Hi, when running with watch flag as described in docs (
"build:watch": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")"
), adding a new file does not get picked up bytsc-alias
.My tsconfig:
Is there any way to fix this via configuration?
The text was updated successfully, but these errors were encountered: