From c38e858e8ffc1c38aadb196f37db989653798533 Mon Sep 17 00:00:00 2001 From: Anderson Entwistle <46688047+aentwist@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:10:49 -0600 Subject: [PATCH] chore(ui): vscode should use the project typescript --- ui/.vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/.vscode/settings.json b/ui/.vscode/settings.json index 3ef53e5..af9aa4e 100644 --- a/ui/.vscode/settings.json +++ b/ui/.vscode/settings.json @@ -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" }