kibana/packages/kbn-release-notes/tsconfig.json

13 lines
204 B
JSON
Raw Normal View History

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