7 lines
220 B
JSON
7 lines
220 B
JSON
{
|
|
"editor.formatOnSave": true, //每次保存自动格式化
|
|
"editor.mouseWheelZoom": true,
|
|
"typescript.tsdk": "./client/node_modules/typescript/lib",
|
|
"prettier.prettierPath": "./node_modules/prettier"
|
|
|
|
} |