File tree 3 files changed +1
-104
lines changed
packages/language-core/schemas
3 files changed +1
-104
lines changed Original file line number Diff line number Diff line change 59
59
{
60
60
"fileMatch" : " jsconfig.*.json" ,
61
61
"url" : " ./dist/schemas/vue-tsconfig.schema.json"
62
- },
63
- {
64
- "fileMatch" : " tsconfig.json" ,
65
- "url" : " ./dist/schemas/vue-tsconfig.deprecated.schema.json"
66
- },
67
- {
68
- "fileMatch" : " tsconfig-*.json" ,
69
- "url" : " ./dist/schemas/vue-tsconfig.deprecated.schema.json"
70
- },
71
- {
72
- "fileMatch" : " tsconfig.*.json" ,
73
- "url" : " ./dist/schemas/vue-tsconfig.deprecated.schema.json"
74
- },
75
- {
76
- "fileMatch" : " jsconfig.json" ,
77
- "url" : " ./dist/schemas/vue-tsconfig.deprecated.schema.json"
78
- },
79
- {
80
- "fileMatch" : " jsconfig-*.json" ,
81
- "url" : " ./dist/schemas/vue-tsconfig.deprecated.schema.json"
82
- },
83
- {
84
- "fileMatch" : " jsconfig.*.json" ,
85
- "url" : " ./dist/schemas/vue-tsconfig.deprecated.schema.json"
86
62
}
87
63
],
88
64
"languages" : [
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"properties" : {
3
3
"vueCompilerOptions" : {
4
4
"type" : " object" ,
5
+ "additionalProperties" : false ,
5
6
"properties" : {
6
7
"target" : {
7
8
"default" : " auto" ,
You can’t perform that action at this time.
0 commit comments