athis-ui/internal/node-utils/tsconfig.json
2024-11-06 10:35:56 +08:00

7 lines
151 B
JSON

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