Skip to content

Commit e87e5e5

Browse files
committed
🧑‍💻 set file types
1 parent 69a5c6f commit e87e5e5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@
1717
},
1818
"json.schemas": [
1919
{
20-
"fileMatch": ["typescript-configs/*.json"],
20+
"fileMatch": [
21+
"typescript-configs/*.json",
22+
"!typescript-configs/package.json"
23+
],
2124
"url": "https://json.schemastore.org/tsconfig"
2225
}
2326
],
2427
"material-icon-theme.files.associations": {
25-
"eslint-config*/**/*.yaml": "eslint"
28+
"eslint-config*/**/*.yaml": "eslint",
29+
"typescript-configs/*.json": "tsconfig"
2630
},
2731
"yaml.schemas": {
2832
"https://json.schemastore.org/eslintrc": ["eslint-config*/**/*.yaml"]

0 commit comments

Comments
 (0)