mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
chore(cli): Add workspaces property to config schema (#23546)
This commit is contained in:
parent
a6c2472949
commit
764f390163
1 changed files with 7 additions and 0 deletions
|
@ -597,6 +597,13 @@
|
||||||
"examples": [{ ".": "./mod.ts" }]
|
"examples": [{ ".": "./mod.ts" }]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"workspaces": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"description": "The members of this workspace."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue