refactor!: redo project structure

This commit is contained in:
Giovani
2021-07-27 02:26:39 -04:00
parent 7da3ed5501
commit f6b6b4277b
31 changed files with 130 additions and 161 deletions

6
jsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}