feat: 项目结构重构优化
This commit is contained in:
11
tsconfig.eslint.json
Normal file
11
tsconfig.eslint.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"mock/**/*",
|
||||
"tests/**/*",
|
||||
"vitest.config.ts",
|
||||
"vite.config.ts",
|
||||
"eslint.config.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user