I\'m trying to convert a pet project to TypeScript and don\'t seem to be able to use the tsc utility to watch and compile my files. The help says I should use t
tsc
Today I designed this Ant MacroDef for the same problem as yours :
Use it in your build file with :
It is used in the project PureMVC for TypeScript I'm working on at the time using Webstorm.