DefinitelyTyped/types/node-telegram-bot-api/tsconfig.json
Alex Muench f38b79a46d Add Typings for node-telegram-bot-api (#16734)
* Add types file for node-telegram-bot-api@0.27

* Switch object to any

* Use all double-quotes

* Fix for lint breaking with OBJECT.Entries error

* Fix tslint.json structure

* Revert changes to tslint

* Add version info to fix dts error

* Fix lint issues
2017-05-31 22:33:50 -07:00

23 lines
465 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"node-telegram-bot-api-tests.ts"
]
}