Skip to content

Commit

Permalink
vscode: use TS SDK from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jan 10, 2024
1 parent a43c200 commit a2e5b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -8,5 +8,6 @@
"[javascript, typescript]": {
"editor.formatOnSave": false
},
"editor.rulers": [100]
"editor.rulers": [100],
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit a2e5b19

Please sign in to comment.