first commit

This commit is contained in:
k327 2025-12-26 21:51:53 +01:00
commit 5e871ca2bd
12 changed files with 3106 additions and 0 deletions

8
jsconfig.json Normal file
View file

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