jsnpm i typescript -D npx tsc --init tsconfig.json打开:{ declaration:true, outDir:'./dist' } npx tsc 就会生成其文件d.ts npx tsc -d '文件名' dts-gen也可以不推荐,包要发布
npm i typescript -D npx tsc --init tsconfig.json打开:{ declaration:true, outDir:'./dist' } npx tsc 就会生成其文件d.ts npx tsc -d '文件名' dts-gen也可以不推荐,包要发布
本文作者:薛祁
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!