chore(config): Update settings.json (#786)

plugin "typescript-plugin-css-modules" needs these two configurations.
This commit is contained in:
Chase
2024-06-11 17:02:23 +08:00
committed by GitHub
parent 33d1f3652d
commit 89b44924bf

View File

@@ -45,5 +45,7 @@
}, },
"[json]": { "[json]": {
"editor.defaultFormatter": "vscode.json-language-features" "editor.defaultFormatter": "vscode.json-language-features"
} },
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
} }