vue-vben-admin/packages/constants/tsconfig.json

7 lines
150 B
JSON
Raw Normal View History

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