Standardise capitalisation of typescript file names

Issue #569 resolved
Brian Lewis repo owner created an issue

Turns out that Chrome imlements mappings from js to typescript source case-sensitively; so differences between the file name, and the name used in tsconfig.json, can mean the typescript is not found.

Sort this for better typescript debugging experience

Comments (5)

  1. Log in to comment