Initial commit

This commit is contained in:
2025-05-22 22:21:48 -07:00
commit fedbbbf91c
16 changed files with 455 additions and 0 deletions

7
jsconfig.json Normal file
View File

@ -0,0 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}