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