我用 TypeScript 编写 jspm 项目。它运行良好,生活愉快。
现在我想为我的模块创建一个d.ts
文件。
tsc -d
我的tsconfig.json
不起作用,因为tsc
无法从jspm
.
jspm
并且ts
( plugin-typescript
) 也没有该选项。
我应该怎么办?
我用 TypeScript 编写 jspm 项目。它运行良好,生活愉快。
现在我想为我的模块创建一个d.ts
文件。
tsc -d
我的tsconfig.json
不起作用,因为tsc
无法从jspm
.
jspm
并且ts
( plugin-typescript
) 也没有该选项。
我应该怎么办?