supermemory/.vscode/settings.json
2024-07-22 19:31:26 -07:00

7 lines
132 B
JSON

{
"css.validate": false,
"editor.quickSuggestions": {
"strings": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}