kibana/packages/kbn-securitysolution-io-ts-types/tsconfig.json
Tiago Costa afd9864004
chore(NA): moving @kbn/securitysolution-io-ts-types to babel transpiler (#110097) (#110322)
* chore(NA): moving @kbn/securitysolution-io-ts-types to babel transpiler

* chore(NA): update limits

* chore(NA): update limits file

* chore(NA): introduce web bundles

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	packages/kbn-optimizer/limits.yml
2021-08-26 17:19:50 -04:00

20 lines
396 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-types/src",
"types": [
"jest",
"node"
]
},
"include": [
"src/**/*"
]
}