init tenant_admin

This commit is contained in:
2025-12-24 17:08:09 +08:00
parent d60c1e9312
commit 1d0b38bbb7
136 changed files with 29525 additions and 1986 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"paths": {
"@/*": [
"./src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}