Init Commit

This commit is contained in:
Jannik Reimers 2025-06-01 21:38:56 +02:00
commit dae7c684ae
22 changed files with 3367 additions and 0 deletions

8
jsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}