chore: seminarhof customer project

This commit is contained in:
e2e
2026-06-22 00:08:38 +02:00
commit 48b795b3be
161 changed files with 18517 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "."
},
"include": ["packages/functions/src"]
}