Skip to content

Commit 3ffeab3

Browse files
committed
docs: update tsconfig schema of plugins option
1 parent 0c4c509 commit 3ffeab3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

extensions/vscode/schemas/vue-tsconfig.schema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,22 @@
190190
"plugins": {
191191
"type": "array",
192192
"default": [],
193+
"items": {
194+
"anyOf": [
195+
{
196+
"type": "string"
197+
},
198+
{
199+
"type": "object",
200+
"properties": {
201+
"name": {
202+
"type": "string",
203+
"markdownDescription": "Name of the plugin module to be required."
204+
}
205+
}
206+
}
207+
]
208+
},
193209
"markdownDescription": "Plugins to be used in the SFC compiler."
194210
},
195211
"experimentalModelPropName": {

0 commit comments

Comments
 (0)