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.
1 parent 3c79f45 commit d85477bCopy full SHA for d85477b
1 file changed
packages/vscode/package.json
@@ -47,11 +47,23 @@
47
],
48
"jsonValidation": [
49
{
50
- "fileMatch": "jsconfig*.json",
+ "fileMatch": "tsconfig.json",
51
"url": "./schemas/tsconfig.schema.json"
52
},
53
54
- "fileMatch": "tsconfig*.json",
+ "fileMatch": "tsconfig.*.json",
55
+ "url": "./schemas/tsconfig.schema.json"
56
+ },
57
+ {
58
+ "fileMatch": "tsconfig-*.json",
59
60
61
62
+ "fileMatch": "jsconfig.json",
63
64
65
66
+ "fileMatch": "jsconfig.*.json",
67
68
}
69
0 commit comments