books/.vscode/settings.json

8 lines
246 B
JSON
Raw Normal View History

2025-04-28 23:32:21 -04:00
{
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": ["source.organizeImports", "source.fixAll"],
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": { "*.css": "tailwindcss" }
}