kibana/packages/kbn-crypto/tsconfig.json
Kibana Machine aa12d107c3
chore(NA): moving @kbn/crypto to babel transpiler (#108189) (#108313)
* chore(NA): moving @kbn/crypto to babel transpiler

* chore(NA): update configs

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-12 00:34:02 -04:00

18 lines
368 B
JSON

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