typescript - Asp.Net 5 how make .ts files compile on build instead of just save -


i'd .ts files generate on build , not on save. i'd happen without having create gulp task specify every file examples keep seeing. i'm using tsconfig.json files specify output should possible have build go through ts files, use tsconfig, , output them location.

any appreciated.

a moment it's impossible turn off auto-generation on save in vs. i'm working fallow typescript files: - editing files in atom editor (much better visual studio) - has watch() task configured generates files in background refresh browser , that's it.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -