kibana/packages/kbn-dev-utils/tsconfig.json
Spencer 4d9bc2f121
[devUtils/toolingLog] give tooling log configurable writers (#22110)
* [devUtils/toolingLog] give tooling log configurable writers

* property shorthand

* remove redundant parameter

* call Error.captureStackTrace when subclassing Error

* describe why we skip stack trace logging for CliError

* always return true/false from log writers

* improve type definitions, writeTo is just an object with write method

* get rid of weird dedent for failures
2018-08-21 17:09:27 -07:00

8 lines
98 B
JSON

{
"extends": "../../tsconfig.json",
"include": [
"index.d.ts",
"src/**/*.d.ts"
],
}