We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plugins
1 parent 0c4c509 commit 3ffeab3Copy full SHA for 3ffeab3
extensions/vscode/schemas/vue-tsconfig.schema.json
@@ -190,6 +190,22 @@
190
"plugins": {
191
"type": "array",
192
"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
209
"markdownDescription": "Plugins to be used in the SFC compiler."
210
},
211
"experimentalModelPropName": {
0 commit comments