我在DefinitelyTyped中的包应该依赖于@types/webvr-api
。
但是,DefinitelyTyped中没有package.json
。
这是链接:https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/playcanvas
如何为我的套餐添加@types/webvr-api
?
答案 0 :(得分:1)
您可以使用/// <reference types="..." />
directive,you can find plenty examples with this search,like this one in riotjs-render.d.ts
/// <reference types="jquery" />