Initial commit

This commit is contained in:
2026-02-15 02:53:57 +01:00
commit f3ba3cf1b1
66 changed files with 3016 additions and 0 deletions

9
jsconfig.json Normal file
View File

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