Add: full functionality

This commit is contained in:
Jose
2026-02-14 19:13:52 +01:00
parent bb73e1f564
commit f0abb85b1f
54 changed files with 2211 additions and 157 deletions

9
jsconfig.json Normal file
View File

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