feat: Initial Commit

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-12-07 12:58:31 +01:00
commit abfd6d8445
14 changed files with 2995 additions and 0 deletions

10
tsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"extends": "@dzeio/config/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"baseUrl": "./"
},
"exclude": [
"dist"
]
}