Skip to content

Commit

Permalink
chore: update vscode settings to use the project's ts version (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozenmd authored May 17, 2022
1 parent 963e9e0 commit cc6e18b
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 @@ -37,5 +37,6 @@
"yxxx"
],
"eslint.runtime": "node",
"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit cc6e18b

Please sign in to comment.