Files
piggybank/.vscode/settings.json
2023-10-22 15:50:59 -06:00

5 lines
142 B
JSON

{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"typescript.tsdk": "node_modules/typescript/lib"
}