kibana/packages/kbn-es-archiver/tsconfig.json
Spencer 9655c87564
[kbn/es-archiver] move to a package (#72318)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-22 08:02:39 -07:00

13 lines
199 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./target",
"declaration": true,
"sourceMap": true,
"target": "ES2019"
},
"include": [
"src/**/*"
]
}