Skip to content

Commit

Permalink
chore: set workspace TypeScript version in VSCode settings (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Aug 25, 2020
1 parent d93dddd commit 2c27c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.rulers": [80, 120]
"editor.rulers": [80, 120],
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 2c27c55

Please sign in to comment.