summaryrefslogtreecommitdiff
path: root/cli/schemas
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-02-23 10:51:14 +1100
committerGitHub <noreply@github.com>2022-02-23 10:51:14 +1100
commitee27b9dd7e8ef311c6bfaa3264f7b9908a784a24 (patch)
tree34c5f1735defe6e6680ec97ba2f8f875721f94b1 /cli/schemas
parent6613a312b160374ba7a86c3b88fb67c0fe4247e0 (diff)
feat: allow specification of import map in config file (#13739)
Closes: #12800
Diffstat (limited to 'cli/schemas')
-rw-r--r--cli/schemas/config-file.v1.json4
1 files changed, 4 insertions, 0 deletions
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",