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
Install any type declaration from @types on npm. (For this example I am using @types/react, but this is also reproducible with other declaration files: @types/angular, @types/jquery, @types/lodash, etc.)
Create a junction to the source folder.
Then, navigate into the junction (instead of the real folder).
TypeScript Version: 2.0.3
Code
@types
on npm. (For this example I am using@types/react
, but this is also reproducible with other declaration files:@types/angular
,@types/jquery
,@types/lodash
, etc.)A minimal reproducing repo with complete steps to reproduce is available here: https://github.com/smrq/tsc-junction-repro
Expected behavior:
Compiles without errors.
Actual behavior:
Compiles with the following errors:
The text was updated successfully, but these errors were encountered: