mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 12:41:48 +03:00
9 lines
385 B
JSON
9 lines
385 B
JSON
|
{
|
||
|
"javascript.preferences.importModuleSpecifier": "non-relative",
|
||
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||
|
"javascript.preferences.importModuleSpecifierEnding": "minimal",
|
||
|
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
||
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
||
|
"typescript.updateImportsOnFileMove.enabled": "always"
|
||
|
}
|