mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Change relative reference paths to types references. Errors incoming...
This commit is contained in:
2
sql.js/index.d.ts
vendored
2
sql.js/index.d.ts
vendored
@@ -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);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference types="node" />
|
||||
/// <reference path="sql.js.d.ts" />
|
||||
|
||||
import fs = require("fs");
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../",
|
||||
"typesRoot": "../"
|
||||
"typesSearchPaths": ["../"]
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user