feat: nearly complete

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2023-04-05 01:22:24 +02:00
parent 9249edf1c4
commit dd330b7da9
13 changed files with 4375 additions and 1129 deletions

9
tsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"extends": "./node_modules/@dzeio/config/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},
"files": [
"src/main.ts"
]
}