Skip to content

Commit

Permalink
chore(ui): vscode should use the project typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
aentwist committed Aug 25, 2024
1 parent e176862 commit c38e858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"source.fixAll.eslint": "always"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit c38e858

Please sign in to comment.