Backend & Frontend mit Mail Versand

This commit is contained in:
2025-01-08 12:16:49 +01:00
parent c62edc9cc1
commit 368257633b
27 changed files with 15833 additions and 323 deletions

13
api/tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": "../tsconfig.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"esModuleInterop": true
}
}