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
I have a Typescript project that compiles the front-end and back-end in one pass. The problem is that
the Typescript compiler touches all files, therefor node-dev always restarts even if the file content did not change. Is it possible to include some kind of content check and not only rely on file timestamps?
The text was updated successfully, but these errors were encountered:
I have a Typescript project that compiles the front-end and back-end in one pass. The problem is that
the Typescript compiler touches all files, therefor node-dev always restarts even if the file content did not change. Is it possible to include some kind of content check and not only rely on file timestamps?
The text was updated successfully, but these errors were encountered: