mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
Change relative reference paths to types references. Errors incoming...
This commit is contained in:
2
libxmljs/index.d.ts
vendored
2
libxmljs/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: François de Campredon <https://github.com/fdecampredon>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../node/node.d.ts"/>
|
||||
/// <reference types="node"/>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../",
|
||||
"typesRoot": "../"
|
||||
"typesSearchPaths": ["../"]
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user