kibana/packages/kbn-pm/tsconfig.json
Spencer 7b4278dc49
[kbn/pm] add caching to bootstrap (#53622)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-03 09:35:38 -07:00

15 lines
194 B
JSON

{
"extends": "../../tsconfig.json",
"include": [
"./src/**/*.ts",
"./dist/*.d.ts",
],
"exclude": [],
"compilerOptions": {
"types": [
"jest",
"node"
]
}
}