Some checks failed
continuous-integration/drone/push Build is failing
- 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
18 lines
234 B
JSON
18 lines
234 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "packages/shared"
|
|
},
|
|
{
|
|
"path": "apps/client"
|
|
},
|
|
{
|
|
"path": "apps/server"
|
|
}
|
|
],
|
|
"extends": "expo/tsconfig.base"
|
|
}
|