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:
Taylon 2019-07-31 17:26:36 -07:00 committed by Qiming zhao
parent e8c91d52ac
commit 03ba26c9f3

View file

@ -226,7 +226,8 @@
"default": "non-relative",
"enum": [
"non-relative",
"relative"
"relative",
"auto"
]
},
"typescript.preferences.noSemicolons": {