diff options
Diffstat (limited to 'cli/schemas')
| -rw-r--r-- | cli/schemas/config-file.v1.json | 4 |
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", |
