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

13 lines
202 B
JSON
Raw Normal View History

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