tydata-admin/internal/node-utils/tsconfig.json

7 lines
151 B
JSON
Raw Normal View History

2025-06-08 20:16:51 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/node.json",
"include": ["src"],
"exclude": ["node_modules"]
}