Files
calchat/tsconfig.json
Linus Waldowsky 641ecebf5a
Some checks failed
continuous-integration/drone/push Build is failing
E2E CI pipeline mit ephemerer Infrastruktur
- drone.yml: deploy_latest Pipeline mit k3s test-backend, OpenTofu
  E2E-VMs, E2E-Test-Ausführung, Email-Notification und Cleanup
- Alte tag/promote Pipelines auskommentiert
- APK build/upload vorerst auskommentiert
- E2E test runner script (scripts/e2e-test.sh)
- tsconfig: expo/tsconfig.base Extension
- CLAUDE.md an neue CI/CD-Struktur angepasst
2026-02-27 19:35:06 +01:00

18 lines
234 B
JSON

{
"compilerOptions": {
"strict": true
},
"references": [
{
"path": "packages/shared"
},
{
"path": "apps/client"
},
{
"path": "apps/server"
}
],
"extends": "expo/tsconfig.base"
}