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",
|
||||
"enum": [
|
||||
"non-relative",
|
||||
"relative"
|
||||
"relative",
|
||||
"auto"
|
||||
]
|
||||
},
|
||||
"typescript.preferences.noSemicolons": {
|
||||
|
|
Loading…
Reference in a new issue