chore(cli): Add workspaces property to config schema (#23546)

This commit is contained in:
Nathan Whitaker 2024-04-24 15:56:23 -04:00 committed by GitHub
parent a6c2472949
commit 764f390163
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -597,6 +597,13 @@
"examples": [{ ".": "./mod.ts" }]
}
]
},
"workspaces": {
"type": "array",
"items": {
"type": "string"
},
"description": "The members of this workspace."
}
}
}