DefinitelyTyped/types/honeybadger/tsconfig.json
rskrz 8f94a1423f Create typings for honeybadger module (#39152)
* Created typings for honeybadger module

* slight improvements to typings, tslint now has no extra rules.

* Update index.d.ts

* Update index.d.ts
2019-10-17 14:01:45 -07:00

23 lines
491 B
JSON

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