kibana/packages/kbn-utility-types/tsconfig.json
Tiago Costa 2bb97f234a
chore(NA): moving @kbn/utility-types into bazel (#97151)
* chore(NA): moving @kbn/utility-types into bazel

* chore(NA): solve ts config errors
2021-04-15 02:33:38 +01:00

22 lines
429 B
JSON

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