kibana/packages/kbn-securitysolution-t-grid/tsconfig.json
Kibana Machine c31154bf5c
chore(NA): moving @kbn/securitysolution-t-grid to babel transpiler (#109442) (#109677)
* chore(NA): moving @kbn/securitysolution-t-grid to babel transpiler

* chore(NA): fix package.json

* chore(NA): finetunning package

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-23 17:16:24 +00:00

20 lines
391 B
JSON

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