Change relative reference paths to types references. Errors incoming...

This commit is contained in:
Ryan Cavanaugh
2016-05-09 18:06:27 -07:00
parent 49b1ac6a38
commit 50387d4046
3127 changed files with 3480 additions and 3432 deletions

2
hapi/index.d.ts vendored
View File

@@ -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");