admin-vben/packages/constants/tsconfig.json

7 lines
150 B
JSON
Raw Permalink Normal View History

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