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
sql.js/index.d.ts vendored
View File

@@ -3,7 +3,7 @@
// Definitions by: George Wu <https://github.com/Hozuki/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
/// <reference types="node" />
declare class Database {
constructor(data: Buffer);

View File

@@ -1,4 +1,4 @@
/// <reference path="../node/node.d.ts" />
/// <reference types="node" />
/// <reference path="sql.js.d.ts" />
import fs = require("fs");

View File

@@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",