如何在DefinitelyTyped包中添加@types依赖?

时间:2018-02-23 01:12:39

标签: typescript definitelytyped

我在DefinitelyTyped中的包应该依赖于@types/webvr-api。 但是,DefinitelyTyped中没有package.json。 这是链接:https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/playcanvas

如何为我的套餐添加@types/webvr-api

1 个答案:

答案 0 :(得分:1)

您可以使用/// <reference types="..." /> directiveyou can find plenty examples with this searchlike this one in riotjs-render.d.ts

/// <reference types="jquery" />