Initial commit

This commit is contained in:
2025-08-25 12:00:06 +08:00
commit fa14798e26
90 changed files with 20722 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"extends": "../../tsconfig.base",
"include": ["**/*.ts", "**/*.tsx"],
"compilerOptions": {
"composite": true,
"jsx": "react-jsx",
"paths": {
"app/*": ["./packages/app/*"],
"@my/ui/*": ["./packages/ui/*"]
}
},
"references": []
}