We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: 2.7.0-dev.20171112 Tested on Linux Mint 18.
Code
Create a project with a tsconfig.json of just {} and an empty file src/a.ts. Run tsc --watch. Rename a.ts to b.ts.
tsconfig.json
{}
src/a.ts
tsc --watch
a.ts
b.ts
Expected behavior:
No error.
Actual behavior:
error TS6053: File '/home/andy/sample/ts/src/a.ts' not found.
CC @sheetalkamat