Initial commit

This commit is contained in:
Om Lanke
2025-06-17 19:11:54 +05:30
commit c29f1c26aa
45 changed files with 5524 additions and 0 deletions

11
packages/ui/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "@workspace/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@workspace/ui/*": ["./src/*"]
}
},
"include": ["."],
"exclude": ["node_modules", "dist"]
}