Initial commits

This commit is contained in:
Harivansh Rathi 2024-11-25 15:46:59 -05:00
commit a2f90d042a
85 changed files with 11700 additions and 0 deletions

13
tsconfig.json Normal file
View file

@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}