Skip to content

Commit 264feb6

Browse files
authored
chore: update vscode settings (#7537)
1 parent 1a88b1b commit 264feb6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66

77
// Enable the ESlint flat config support
8-
"eslint.experimental.useFlatConfig": true,
8+
"eslint.useFlatConfig": true,
99

1010
// Disable the default formatter, use eslint instead
1111
"prettier.enable": false,
@@ -46,5 +46,7 @@
4646
"jsonc",
4747
"yaml"
4848
],
49-
"testing.automaticallyOpenTestResults": "neverOpen"
49+
"testing.automaticallyOpenTestResults": "neverOpen",
50+
// Use the project's typescript version
51+
"typescript.tsdk": "node_modules/typescript/lib"
5052
}

0 commit comments

Comments
 (0)