mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-19 20:45:37 +08:00
【同步】前端项目源码
【修复】工作流兼容问题
This commit is contained in:
9
frontend/packages/vue/hooks/tsconfig.json
Normal file
9
frontend/packages/vue/hooks/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "@baota/typescript/vue.json",
|
||||
"include": ["**/*.{ts,tsx,vue}", "eslint.config.js", "types.d.ts"],
|
||||
"compilerOptions": {
|
||||
"outDir": "dist", // 输出目录
|
||||
"baseUrl": "./",
|
||||
"sourceMap": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user