added admin setup

This commit is contained in:
2025-10-09 00:09:20 +02:00
parent ceb7058d0b
commit 79b3658c5e
22 changed files with 1168 additions and 3353 deletions

View File

@@ -1,9 +1,9 @@
// backend/tsconfig.json
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"ignoreDeprecations": "6.0",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,