Skip to content

Commit

Permalink
Make sure vscode uses locally provided Typescript (palantir#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaed authored and jkillian committed Oct 28, 2016
1 parent 761553a commit 0280005
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"build",
"lib",
"node_modules"
]
],

// Always use project's provided typescript compiler version
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 0280005

Please sign in to comment.