Skip to content

Commit d85477b

Browse files
authored
chore(vscode): update tsconfig schema config
1 parent 3c79f45 commit d85477b

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

packages/vscode/package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,23 @@
4747
],
4848
"jsonValidation": [
4949
{
50-
"fileMatch": "jsconfig*.json",
50+
"fileMatch": "tsconfig.json",
5151
"url": "./schemas/tsconfig.schema.json"
5252
},
5353
{
54-
"fileMatch": "tsconfig*.json",
54+
"fileMatch": "tsconfig.*.json",
55+
"url": "./schemas/tsconfig.schema.json"
56+
},
57+
{
58+
"fileMatch": "tsconfig-*.json",
59+
"url": "./schemas/tsconfig.schema.json"
60+
},
61+
{
62+
"fileMatch": "jsconfig.json",
63+
"url": "./schemas/tsconfig.schema.json"
64+
},
65+
{
66+
"fileMatch": "jsconfig.*.json",
5567
"url": "./schemas/tsconfig.schema.json"
5668
}
5769
],

0 commit comments

Comments
 (0)