initial commit

This commit is contained in:
andres
2023-05-21 14:52:08 +02:00
commit 268ef59b3d
27 changed files with 6025 additions and 0 deletions

4
tsconfig.build.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}