From 89b44924bfd78755675d09b599fda5fdb8dfe7da Mon Sep 17 00:00:00 2001 From: Chase <104331994+huchase@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:02:23 +0800 Subject: [PATCH] chore(config): Update settings.json (#786) plugin "typescript-plugin-css-modules" needs these two configurations. --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a87c8622..669ce51b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -45,5 +45,7 @@ }, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" - } + }, + "typescript.tsdk": "node_modules/typescript/lib", + "typescript.enablePromptUseWorkspaceTsdk": true }