Adding api (#11)

This commit was merged in pull request #11.
This commit is contained in:
2024-05-21 17:26:34 -05:00
committed by GitHub
parent 721b20b116
commit 4fc0401ddf
27 changed files with 9564 additions and 3 deletions

4
api/tsconfig.build.json Normal file
View File

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