mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-30 02:16:01 +08:00
Change relative reference paths to types references. Errors incoming...
This commit is contained in:
2
hapi/index.d.ts
vendored
2
hapi/index.d.ts
vendored
@@ -6,7 +6,7 @@
|
||||
//Note/Disclaimer: This .d.ts was created against hapi v8.x but has been incrementally upgraded to 13.x. Some newer features/changes may be missing. YMMV.
|
||||
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference types="node" />
|
||||
|
||||
declare module "hapi" {
|
||||
import http = require("http");
|
||||
|
||||
Reference in New Issue
Block a user