- Open the
.sln
file in VS 2017 - It will ask to upgrade TypeScript, click OK
- In solution explorer, click the arrow to expand the
Model.cs
file - Open the dependent
Model.cs.d.ts
file - Change the
any
tostring
- Press CTRL + S to save
- Notice the unexpected
jquery.3.2.0.js.map
file
This file should not be generated. It happens to all .js
files in the solution :(