19f41c695d
Build & Push Docker Image / build (push) Successful in 13s
- BookingsPage: click booking -> navigates to /dashboard?slot_id=X&date=Y - SlotsPage: reads query params, navigates to correct week, auto-selects slot - SettingsPage: tabbed UI (Allgemein + SMTP) with separate field groups - SMTP settings stored in DB settings table (smtp_host, smtp_port, etc.) - Email transporter reads from DB settings with env var fallback
16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["src"]
|
|
}
|