feat: 新增集成tdesign组件的apps

This commit is contained in:
Jin Mao
2025-10-21 10:47:39 +08:00
parent 38f91da5af
commit 2264eaae18
64 changed files with 2957 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web-app.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"]
}
},
"references": [{ "path": "./tsconfig.node.json" }],
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
}