How to configure a Sublime Build System for TypeScript

前端 未结 2 2012
有刺的猬
有刺的猬 2020-12-05 21:11

I\'m looking to configure a Build System in Sublime Text for TypeScript.

I\'m currently using...

{
  \"cmd\": [\"tsc\", \"$file\"],
  \"selector\": \         


        
2条回答
  •  半阙折子戏
    2020-12-05 21:50

    There are two versions now. This one, or this one. Creating your own is easy, by referring to this document.

提交回复
热议问题