This commit is contained in:
2026-02-27 12:29:13 +08:00
commit 984d770e0f
1452 changed files with 128142 additions and 0 deletions

View File

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