Skip to content

Commit

Permalink
dev: default to local typescript in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jan 12, 2019
1 parent 89ab2b9 commit 4bf4154
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
@@ -1,3 +1,4 @@
{
"javascript.validate.enable": false
"javascript.validate.enable": false,
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 4bf4154

Please sign in to comment.