Typing References in typescript are case sensitive?
问题 I use visual studio 2015 in a project with typescript and the files are named using lower and capital letters like this "project/Models/myFile.ts". When I want to import something from another module/file I use drag n drop in Visual studio so as to provide me automatically the reference with the path of the file, but it ignores capital letters and gives a path all in lowercase. Question 1: Does this means that Visual studio is not case sensitive when referencing or importing files in