It would be nice to see TypeScript included, adding the next step after adding babel.
How should this be implemented into this project?
I would suggest a grunt task (grunt-typescript) that looks for any .ts files and creates a .js in the same directory. This must happen before any other grunt tasks.
It would be nice to see TypeScript included, adding the next step after adding babel.
How should this be implemented into this project?
I would suggest a grunt task (grunt-typescript) that looks for any .ts files and creates a .js in the same directory. This must happen before any other grunt tasks.