diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index a3bab7ad55..a4fb35bc4e 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -597,6 +597,13 @@ "examples": [{ ".": "./mod.ts" }] } ] + }, + "workspaces": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The members of this workspace." } } }