mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* chore(NA): remove overrides for rootDir on packages * chore(NA): replace './target_types' with 'target_types' on packages * chore(NA): removes stripInternal false configs * chore(NA): remove unused strip internals
15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"extends": "../../tsconfig.bazel.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "target_types",
|
|
"stripInternal": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"src/ace/modes/x_json/worker/x_json.ace.worker.js"
|
|
]
|
|
}
|