Initial commit

This commit is contained in:
rasta5man 2024-04-15 19:28:54 +02:00
commit a589741ec6
33 changed files with 4388 additions and 0 deletions

6
jsconfig.json Normal file
View file

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