From 03ba26c9f350a370abf560b8611d0b500d3fedd6 Mon Sep 17 00:00:00 2001 From: Taylon Date: Wed, 31 Jul 2019 17:26:36 -0700 Subject: [PATCH] Add missing option "auto" to importModuleSpecifier (#54) Hi, Very minor thing, but just noticed that the "auto" option was missing in importModuleSpecifier --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f2c154f..37133c8 100644 --- a/package.json +++ b/package.json @@ -226,7 +226,8 @@ "default": "non-relative", "enum": [ "non-relative", - "relative" + "relative", + "auto" ] }, "typescript.preferences.noSemicolons": {