Skip to content

Commit f897565

Browse files
authored
chore: update vscode ts settings (#15250)
1 parent 4042389 commit f897565

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
// Use the project's typescript version
3-
"typescript.tsdk": "node_modules/typescript/lib",
4-
3+
"js/ts.tsdk.path": "node_modules/typescript/lib",
54
"cSpell.enabledLanguageIds": ["markdown", "plaintext", "text", "yml"],
6-
75
// Use prettier to format TypeScript, JavaScript and JSON files
86
"[typescript]": {
97
"editor.defaultFormatter": "esbenp.prettier-vscode"

0 commit comments

Comments
 (0)