Files
kami_frontend/.vscode/settings.json
danial 0ef83a6e62 build(deps): 更新依赖并调整项目配置
- 更新 @arco-design/web-vue 到 2.57.0
- 更新 axios 到 1.8.4
- 更新 echarts 到 5.6.0
- 更新 pinia 到 2.3.1
- 更新 rollup 到 4.38.0
- 更新 TypeScript 相关依赖
- 更新 ESLint 和 Stylelint 相关依赖
- 更新 Vite 到 5.4.15
- 添加 pnpm-workspace.yaml 配置
- 调整 .gitignore 和 .husky/pre-commit
- 修改 tsconfig.json 和 stylelint.config.js
2025-03-30 15:31:53 +08:00

6 lines
207 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"vue3snippets.enable-compile-vue-file-on-did-save-code": true,
"terminal.integrated.enableImages": true,
"diffEditor.codeLens": true
}