mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Remove <reference path="../xxx/xxx.d.ts"> from definitions files and replace it with import * as Xxx from "xxx" or <reference types="xxx"/>
This commit is contained in:
2
node-usb/node-usb.d.ts
vendored
2
node-usb/node-usb.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Eric Brody <https://github.com/underscorebrody>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference types="node" />
|
||||
|
||||
declare module "usb" {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user