11 lines
299 B
JSON
11 lines
299 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"prettier.configPath": ".prettierrc.json",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
}
|
|
}
|