mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2026-01-27 01:20:03 +08:00
更新 UI 部分的基础设施。 1. 更新所有的依赖为最新版本。 2. 添加 `@halo-dev/api-client` 和 `axios` 依赖。 3. pnpm 要求提升至 9。 4. 更新 Node 的 Gradle 插件。 ```release-note None ```
15 lines
382 B
JSON
15 lines
382 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": ["./env.d.ts", "./src/**/*", "./src/**/*.vue"],
|
|
"exclude": ["./src/**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"types": ["unplugin-icons/types/vue"]
|
|
}
|
|
}
|