kibana/packages/kbn-legacy-logging/tsconfig.json
2021-04-30 14:34:37 -05:00

15 lines
369 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"incremental": true,
"outDir": "target",
"stripInternal": false,
"declaration": true,
"declarationMap": true,
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "../../../../packages/kbn-legacy-logging/src",
"types": ["jest", "node"]
},
"include": ["src/**/*"]
}