kibana/x-pack/plugins/ml/jsconfig.json
James Gowdy 35302ed273
[ML] Client side cut over (#60100)
* [ML] Client side cut over

* updating paths and commented code

* changes based on review

* disabling telemetry tests

* fixing start job stylesheets

* fixing everything that is broken

* fixing types and ml icon order

* using icon constant
2020-03-13 19:16:41 +00:00

12 lines
263 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"baseUrl": "../../../.",
"paths": {
"ui/*": ["src/legacy/ui/public/*"],
"plugins/ml/*": ["x-pack/plugins/ml/public/*"]
}
},
"exclude": ["node_modules", "build"]
}