Closed
Description
Bug Report
After upgrading to typescript 4.9.5, hot reloading stopped working in a docker environment. In our use case, we are using nestjs with command nest start xx --watch --tsc
. I saw in the issue linked below that there have been changes to the file system. Is there anything docker/nest/typescript can do to get it working again ?
🔎 Search Terms
docker
🕗 Version & Regression Information
After upgrading to typescript 4.9.5
🙁 Actual behavior
Docker no longer detecting file changes
🙂 Expected behavior
Docker should detect file changes