- Notifications
You must be signed in to change notification settings - Fork13.2k
Closed
Milestone
Description
TypeScript Version: 3.9.3
Search Terms:
"rename not found", "composite project not found"
Code
https://github.com/robak86/ts-issue
- Run
yarn start(tscin watch mode using-bflag for project references) - The project compiles without errors
- Rename file.
tscdisplays an error that file was not found - Restart
tsc - A different false positive error shows up
Expected behavior:
Renaming files work without errors
Actual behavior:
The renaming makestsc display errors
Related Issues:
#37514