This commit is contained in:
2020-11-07 01:26:03 -03:00
parent b39761ed32
commit 9c746723c7
12 changed files with 1501 additions and 1227 deletions

6
jsconfig.json Normal file
View File

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