feat: initial release

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-07-13 15:40:00 +02:00
commit 35315c5eb9
7 changed files with 3197 additions and 0 deletions

9
tsconfig.json Normal file
View File

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