first commit

This commit is contained in:
2025-12-27 23:03:51 +01:00
commit 31d5fe4e23
12 changed files with 3765 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}