mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-20 16:14:57 +08:00
Merge branch 'hubot-dts' into hubot-definitions
This commit is contained in:
4
types/hubot/index.d.ts
vendored
4
types/hubot/index.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
// Type definitions for hubot 2.19.0
|
||||
// Project: https://hubot.github.com
|
||||
// Type definitions for hubot 2.19
|
||||
// Project: https://github.com/github/hubot
|
||||
// Definitions by: Dirk Gadsden <https://github.com/dirk>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es5"
|
||||
"es6"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
|
||||
1
types/hubot/tslint.json
Normal file
1
types/hubot/tslint.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
Reference in New Issue
Block a user