Writing npm modules in TypeScript

前端 未结 7 504
醉话见心
醉话见心 2020-11-30 16:58

I am working on my first npm module. I briefly worked with TypeScript before and a big problem was that for many modules there were no definition files available. So I thoug

7条回答
  •  执念已碎
    2020-11-30 17:57

    At Lossless we created a one stop TypeScript dev tool for npm packages: https://gitzone.gitlab.io/npmts/

提交回复
热议问题