tsd init 报错The type definition `index.d.ts` does not exist. Create one and try again. cellinlab 2022-04-27 202 阅读1分钟 使用tsd init 报错 报错信息 The type definition `index.d.ts` does not exist. Create one and try again. 解决方案 npm i tsd@0.6.5 -g