commerce/.vscode/settings.json
Zubair Mughal cfdc043a5f initial setup
navbar styling
2024-03-24 12:32:31 -05:00

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"
}
}