标签: typescript jspm tsc tsd
我在TypeScript中编写jspm项目。它运作良好,生活幸福。
现在我想为我的模块创建一个d.ts文件。
d.ts
tsc -d我的tsconfig.json无效,tsc无法从jspm开始导入。
tsc -d
tsconfig.json
tsc
jspm
jspm和ts(plugin-typescript)也没有该选项。
ts
plugin-typescript
我该怎么办?