Skip to content

Commit

Permalink
Add vscode config to prefer node_modules TS ver.
Browse files Browse the repository at this point in the history
This config (optionally) hints to the Typescript extension that the project's
Typescript version (which is often bleeding edge/"RC") should be used. As this
is a HelloWorld mod project, my hope is that it might be useful for
mitigating yet another confusing roadblock for would be modders in the event
of some TS incompatibility.
  • Loading branch information
binury committed Nov 15, 2024
1 parent 2e98f1f commit 89d4377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 89d4377

Please sign in to comment.