api client for testing

This commit is contained in:
Ammar Qaffaf
2025-01-07 01:46:58 -05:00
parent ee433a5c8c
commit afc087ff08
32 changed files with 6337 additions and 0 deletions

7
client/tsconfig.json Normal file
View File

@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}