mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [ML] Adding jsconfig file for better code navigation in vscode * removing allowSyntheticDefaultImports as it is defaulted to true * cleaning up paths
This commit is contained in:
parent
ece157cde5
commit
cf0328ef40
1 changed files with 19 additions and 0 deletions
19
x-pack/plugins/ml/jsconfig.json
Normal file
19
x-pack/plugins/ml/jsconfig.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"baseUrl": "../../../.",
|
||||
"paths": {
|
||||
"ui/*": [
|
||||
"src/ui/public/*"
|
||||
],
|
||||
"plugins/ml/*": [
|
||||
"x-pack/plugins/ml/public/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"build"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue