mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-13 10:00:53 +08:00
【同步】前端项目源码
【修复】工作流兼容问题
This commit is contained in:
14
frontend/packages/utils/tsconfig.json
Normal file
14
frontend/packages/utils/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "@baota/typescript/base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist", // 输出目录
|
||||
"rootDir": "src",
|
||||
"baseUrl": "./",
|
||||
"sourceMap": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"target": "ESNext"
|
||||
},
|
||||
"include": ["src/*.ts", "src/*.tsx", "src/*.d.ts", "*.d.ts"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user