Pregunta

Have anyone worked outside visual studio with a typescript project? Is there anything to be aware of?

I am using the typescript project tempalte in visual studio which takes care of compilig on save and all that.

I am introducing a guy tomorrow to the project with the goal of us getting him a non VS environment. He is using Sublime. There seem to be a few plugins for typescript in sublime, not sure which is best to use. Also what kind of configuration is need for compiling?

Is it possible to find out exactly what command VS compiles the projects with and we can create a small build script that can be run outside visual studio?

¿Fue útil?

Solución

I recommend setting up a grunt environment (https://github.com/grunt-ts/grunt-ts). Here is a video on getting started http://youtu.be/Km0DpfX5ZxM (disclaimer one of the authors of grunt-ts)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top