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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -