我的DefinitelyTyped包应该依赖于@types/webvr-api。但是,在package.json中没有DefinitelyTyped。下面是链接:https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/playcanvas
如何为我的包添加@types/webvr-api?
发布于 2018-02-23 01:19:28
你可以使用/// <reference types="..." /> 指令,您可以通过此搜索找到大量示例。,就像这个在河床上出现的
/// <reference types="jquery" />https://stackoverflow.com/questions/48939714
复制相似问题