Add missing option "auto" to importModuleSpecifier (#54)
Hi, Very minor thing, but just noticed that the "auto" option was missing in importModuleSpecifier
This commit is contained in:
parent
e8c91d52ac
commit
03ba26c9f3
1 changed files with 2 additions and 1 deletions
|
@ -226,7 +226,8 @@
|
||||||
"default": "non-relative",
|
"default": "non-relative",
|
||||||
"enum": [
|
"enum": [
|
||||||
"non-relative",
|
"non-relative",
|
||||||
"relative"
|
"relative",
|
||||||
|
"auto"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"typescript.preferences.noSemicolons": {
|
"typescript.preferences.noSemicolons": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue