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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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