mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-21 05:08:58 +08:00
【初始化】前端工程项目
This commit is contained in:
11
frontend/packages/pinia/tsconfig.json
Normal file
11
frontend/packages/pinia/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "@baota/typescript/base.json",
|
||||
"include": ["**/*.{js,ts,jsx,tsx}", "eslint.config.ts", "./types.d.ts"],
|
||||
"compilerOptions": {
|
||||
"outDir": "dist", // 输出目录
|
||||
"baseUrl": "./",
|
||||
"rootDir": "src",
|
||||
"sourceMap": true
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user