Files
page-agent/.vscode/settings.json
T

10 lines
291 B
JSON
Raw Normal View History

2025-09-29 16:33:15 +08:00
{
2026-01-21 14:32:08 +08:00
"files.exclude": {
2026-02-12 17:23:35 +08:00
"packages/*/node_modules": true
2026-01-21 14:32:08 +08:00
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
2026-04-12 04:29:26 +08:00
"js/ts.tsdk.path": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
2025-09-29 16:33:15 +08:00
}