mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
address review
This commit is contained in:
parent
8a6330cda9
commit
fe22bbb961
6
github/index.d.ts
vendored
6
github/index.d.ts
vendored
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user