summaryrefslogtreecommitdiff
path: root/cli/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'cli/schemas')
-rw-r--r--cli/schemas/config-file.v1.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json
index 8e4bc75a4..58293ce8b 100644
--- a/cli/schemas/config-file.v1.json
+++ b/cli/schemas/config-file.v1.json
@@ -487,6 +487,26 @@
}
}
},
+ "publish": {
+ "description": "Configuration for deno publish",
+ "type": "object",
+ "properties": {
+ "include": {
+ "type": "array",
+ "description": "List of files, directories or globs that will be included in the published package.",
+ "items": {
+ "type": "string"
+ }
+ },
+ "exclude": {
+ "type": "array",
+ "description": "List of files, directories or globs that will be excluded from the published package.",
+ "items": {
+ "type": "string"
+ }
+ }
+ }
+ },
"bench": {
"description": "Configuration for deno bench",
"type": "object",