vue-vben-admin/internal/node-utils/tsconfig.json
2024-06-02 23:46:18 +08:00

7 lines
151 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/node.json",
"include": ["src"],
"exclude": ["node_modules"]
}