kibana/packages/kbn-mapbox-gl/tsconfig.json
Kibana Machine 8f910f4308
chore(NA): moving @kbn/mapbox-gl to babel transpiler (#109082) (#109164)
* chore(NA): moving @kbn/mapbox-gl to babel transpiler

* chore(NA): structure exports

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-18 18:15:20 -04:00

17 lines
346 B
JSON

{
"extends": "../../tsconfig.bazel.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "target_types",
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "../../../../packages/kbn-mapbox-gl/src",
"types": []
},
"include": [
"src/**/*",
]
}