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
TypeScript will generate the .js and .js.map file under the same folder with .ts file. But because they are not included in .csproj file, other resource (ex, HTML file) does not recognize them.
Could you automatically generate the responding .js and .js.map file when adding a ts file, and include them to .csproj file? Just like adding a .less file do - the generated .css and .min.css are included into the project automatically.
The text was updated successfully, but these errors were encountered:
TypeScript will generate the
.js
and.js.map
file under the same folder with.ts
file. But because they are not included in.csproj
file, other resource (ex, HTML file) does not recognize them.Could you automatically generate the responding
.js
and.js.map
file when adding a ts file, and include them to.csproj
file? Just like adding a.less
file do - the generated.css
and.min.css
are included into the project automatically.The text was updated successfully, but these errors were encountered: