Files
typebox/.vscode/settings.json
sinclair 13d553220c Publish
2025-12-24 15:44:34 +09:00

8 lines
195 B
JSON

{
"files.exclude": {
"node_modules": true,
"package-lock.json": true
},
"editor.suggest.showStatusBar": false,
"typescript.tsdk": "node_modules\\typescript\\lib"
}