12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"cSpell.words": ["Vitesse"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"vite.autoStart": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"files.associations": {
|
|
"*.css": "postcss"
|
|
}
|
|
}
|