Initial commit

This commit is contained in:
Ana Custura 2026-05-28 14:55:13 +01:00
commit 205675b086
16 changed files with 3056 additions and 0 deletions

7
tsconfig.json Normal file
View file

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