kibana/packages/kbn-dev-utils/tsconfig.json
Spencer ab1fe3f14e
[kbnClient] Retry uiSettings.replace() calls up to 5 times (#52601)
* [kbn/dev-utils] target ES2019 to transpile ??

* Retry uiSettings.replace() calls up to 5 times

* share logic for selecting junit report name to ensure they are unique

* convert to junit report path helper
2019-12-11 09:50:03 -07:00

12 lines
174 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "target",
"target": "ES2019",
"declaration": true
},
"include": [
"src/**/*"
]
}