init commit

This commit is contained in:
Jose
2025-08-03 05:52:49 +02:00
commit ef495b7529
15 changed files with 324 additions and 0 deletions

9
jsconfig.json Normal file
View File

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