mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-15 19:02:01 +08:00
【初始化】前端工程项目
This commit is contained in:
9
frontend/packages/hooks/tsconfig.json
Normal file
9
frontend/packages/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