Skip to content

Commit

Permalink
chore: add typescript.tsdk path in vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 31, 2023
1 parent 6584289 commit cceb643
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 @@ -2,5 +2,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.documentSelectors": ["**/*.sol"],
"solidity.formatter": "prettier"
"solidity.formatter": "prettier",
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit cceb643

Please sign in to comment.