Skip to content

Commit

Permalink
Chore(vscode): use workspace ts version (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtripg6666tdr authored Dec 4, 2023
1 parent d88c07a commit d2569c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"files.insertFinalNewline": true
}
"files.insertFinalNewline": true,
"typescript.tsdk": "node_modules\\typescript\\lib"
}

0 comments on commit d2569c0

Please sign in to comment.