kibana/packages/kbn-pm/tsconfig.json
Spencer 8834ca3e9a
[src/dev/build] typescript-ify and convert tests to jest (#72525)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-07-23 10:58:04 -07:00

16 lines
214 B
JSON

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