mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix: add 'unstable' property to config json schema (#20984)
This commit is contained in:
parent
08b99f3909
commit
347c22dd5e
1 changed files with 7 additions and 0 deletions
|
@ -529,6 +529,13 @@
|
|||
"description": "Whether to use a lock file or the path to use for the lock file. Can be overridden by CLI arguments.",
|
||||
"type": ["string", "boolean"],
|
||||
"default": true
|
||||
},
|
||||
"unstable": {
|
||||
"type": "array",
|
||||
"description": "List of unstable features to enable.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue