mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
address review
This commit is contained in:
Vendored
+3
-3
@@ -1,7 +1,7 @@
|
||||
// Type definitions for github
|
||||
// Project: https://com/mikedeboer/node-github
|
||||
// Definitions by: vvakame <https://com/vvakame/>
|
||||
// Definitions: https://com/DefinitelyTyped/DefinitelyTyped
|
||||
// Project: https://github.com/mikedeboer/node-github
|
||||
// Definitions by: vvakame <https://github.com/vvakame/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
export = Client;
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
@@ -16,4 +17,4 @@
|
||||
"index.d.ts",
|
||||
"github-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user