Add make-api package

This commit is contained in:
2024-08-04 20:04:18 +02:00
parent c30d10e67a
commit 4210f2168a
26 changed files with 613 additions and 35 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "../../tsconfig.base.json",
"references": [
{ "path": "../make-api" },
],
}