kibana/packages/kbn-monaco/tsconfig.json
Tiago Costa 9129887bb7
chore(NA): moving @kbn/monaco into bazel (#100709)
* chore(NA): moving @kbn/monaco into bazel

* chore(NA): update register globals definitions

* chore(NA): remove build script

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-27 18:55:28 +01:00

21 lines
405 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"incremental": true,
"declarationDir": "./target_types",
"outDir": "./target_node",
"declaration": true,
"declarationMap": true,
"rootDir": ".",
"sourceMap": true,
"sourceRoot": "../../../../packages/kbn-monaco/src",
"types": [
"jest",
"node"
]
},
"include": [
"src/**/*",
]
}