chore: move app code into src dir

This commit is contained in:
Yordis Prieto
2024-05-13 16:17:12 -04:00
parent cd1cbe4c7e
commit 2e3c1a8a10
104 changed files with 518 additions and 480 deletions

View File

@@ -5,7 +5,7 @@
"rootDir": ".",
"baseUrl": ".",
"paths": {
"#/*": ["./*"]
"@/*": ["./src/*"]
},
"plugins": [
{