mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
10 lines
255 B
JSON
10 lines
255 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit",
|
|
"source.sortMembers": "explicit"
|
|
}
|
|
}
|