kibana/packages/kbn-securitysolution-io-ts-alerting-types/tsconfig.json
Kibana Machine 06e9f66c89
chore(NA): moving @kbn/securitysolution-io-ts-alerting-types to babel transpiler (#109745) (#110104)
* chore(NA): moving @kbn/securitysolution-io-ts-alerting-types to babel transpiler

* chore(NA): correct deps on runtime

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-25 23:31:25 +00:00

20 lines
405 B
JSON

{
"extends": "../../tsconfig.bazel.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "target_types",
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "../../../../packages/kbn-securitysolution-io-ts-alerting-types/src",
"types": [
"jest",
"node"
]
},
"include": [
"src/**/*"
]
}