Skip to content

Commit 1563d72

Browse files
committed
.vscode/settings.json: prompt the user to use the workspace's ts version
1 parent ec7c77f commit 1563d72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"editor.tabSize": 2,
33
"editor.detectIndentation": true,
4+
"typescript.enablePromptUseWorkspaceTsdk": true,
45
"typescript.tsdk": "./node_modules/typescript/lib",
56
"editor.defaultFormatter": "esbenp.prettier-vscode",
67
"editor.formatOnSave": true,

0 commit comments

Comments
 (0)