Skip to content

Commit

Permalink
Add an option to vscode settings to always use workspace TS (#9869)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 22, 2020
1 parent 32aaff8 commit 554e1ac
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 @@ -9,5 +9,6 @@
"jest.pathToJest": "yarn jest --",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 554e1ac

Please sign in to comment.