8 lines
246 B
JSON
8 lines
246 B
JSON
![]() |
{
|
||
|
"editor.tabSize": 4,
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": ["source.organizeImports", "source.fixAll"],
|
||
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||
|
"files.associations": { "*.css": "tailwindcss" }
|
||
|
}
|