kibana/packages/kbn-release-notes/tsconfig.json
Spencer cc1758dd96
[release-notes] add script to generate release notes from PRs (#68816)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 16:27:56 -07:00

13 lines
199 B
JSON

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