mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2026-01-25 02:06:42 +08:00
1. 将 `admin-frontend` 文件夹改为 `console`。 2. 构建后台的静态资源输出目录改为 `src/main/resources/console` /kind improvement ```release-note None ```
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node", "jsdom"]
|
|
}
|
|
}
|