fuck. fixed.

This commit is contained in:
Jose
2025-09-14 21:43:24 +02:00
parent 26a264bc9f
commit fe5d21660a
70 changed files with 2982 additions and 669 deletions

9
jsconfig.json Normal file
View File

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