mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-18 07:33:43 +08:00
refactor(projects): 细节完善
This commit is contained in:
@@ -17,5 +17,6 @@
|
||||
"esModuleInterop": true,
|
||||
"lib": ["esnext", "dom"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "./**/.ts"]
|
||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "./**/*.ts"],
|
||||
"exclude": ["/dist/**", "node_modules"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user