From ee27b9dd7e8ef311c6bfaa3264f7b9908a784a24 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 23 Feb 2022 10:51:14 +1100 Subject: feat: allow specification of import map in config file (#13739) Closes: #12800 --- cli/schemas/config-file.v1.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/schemas') diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index b8c4622a1..2a97ba43e 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -185,6 +185,10 @@ } } }, + "importMap": { + "description": "The location of an import map to be used when resolving modules. If an import map is explicitly specified, it will override this value.", + "type": "string" + }, "lint": { "description": "Configuration for linter", "type": "object", -- cgit v1.2.3