commerce/.vscode/settings.json
2023-08-13 13:39:20 +09:00

11 lines
275 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.addMissingImports": true,
"source.organizeImports": true,
"source.sortMembers": true
}
}