Skip to content

Commit

Permalink
feat: use local typescript to improve the graph experience (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik authored Jul 2, 2024
1 parent 5bba7ec commit 13ffc7a
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 @@ -4,5 +4,6 @@
},
"solidity.formatter": "forge",
"solidity.telemetry": false,
"taskManager.exclude": "lib|install|tsc|hardhat"
"taskManager.exclude": "lib|install|tsc|hardhat",
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 13ffc7a

Please sign in to comment.