vue-vben-admin/packages/effects/common-ui/tsconfig.json

10 lines
214 B
JSON
Raw Normal View History

2024-05-19 21:20:42 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
2024-06-23 23:18:55 +08:00
"compilerOptions": {
"types": ["@vben/types/global"]
2024-06-23 23:18:55 +08:00
},
2024-06-02 23:46:18 +08:00
"include": ["src"],
"exclude": ["node_modules"]
2024-05-19 21:20:42 +08:00
}