kibana/packages/kbn-dev-utils/tsconfig.json

11 lines
150 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
2019-08-15 21:34:03 +02:00
"compilerOptions": {
"outDir": "target",
"declaration": true
},
"include": [
2019-08-15 21:34:03 +02:00
"src/**/*"
]
}