kidshift-web/.vscode/settings.json

5 lines
142 B
JSON
Raw Normal View History

2024-07-18 06:01:43 +00:00
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"typescript.tsdk": "node_modules/typescript/lib"
}