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
// A *self-contained* demonstration of the problem follows...// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc.
Bring up tsserver with argument --typesMapLocation /path/to/typesMap.json and turn on logging.
Inspect the logs, and see that Provided types map file "/path/to//typesMap.json" doesn't exist even though the file is valid.
Expected behavior:
typesMap.json should be correctly located and error not shown in logs.
Actual behavior:
Error message about non-existent typeMaps.json shown in the logs.