webcad-api/.vscode/settings.json

9 lines
243 B
JSON

// 将设置放入此文件中以覆盖默认值和用户设置。
{
"typescript.tsdk": "node_modules\\typescript\\lib",
//格式化设置
"editor.tabSize": 4,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
}