Closed
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
(tsc
in watch mode using-b
flag for project references) - The project compiles without errors
- Rename file.
tsc
displays 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 makes tsc
display errors
Related Issues:
#37514