
我看到了这样的帖子,并尝试了这个:
您可能有类似以下内容
vendor.d.ts:
// some import // AND/OR some exportdeclare module NodeJS { interface Global { spotConfig: any }}您的文件需要 清除 任何根级别
import或
exports。这将把文件变成一个 模块, 并将其与 全局类型声明名称空间 断开连接。
更多:https
:
//basarat.gitbooks.io/typescript/content/docs/project/modules.html
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)