Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
77 lines
3.7 KiB
JSON
77 lines
3.7 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"noEmit": false,
|
|
"baseUrl": ".",
|
|
"jsx": "preserve",
|
|
"paths": {
|
|
"@shared": ["../../shared"],
|
|
"@shared/*": ["../../shared/*"],
|
|
"@alga-psa/shared": ["../../shared"],
|
|
"@alga-psa/shared/*": ["../../shared/*"],
|
|
"@ee": ["../server/src"],
|
|
"@ee/*": ["../server/src/*"],
|
|
"@enterprise": ["../server/src"],
|
|
"@enterprise/*": ["../server/src/*"],
|
|
"@/*": ["../server/src/*"],
|
|
"@/interfaces/*": ["../../server/src/interfaces/*"],
|
|
"@alga-psa/integrations/email/domains/entry": ["../../packages/integrations/src/email/domains/ee/entry"],
|
|
"@alga-psa/integrations/*": ["../../packages/integrations/src/*"],
|
|
"@alga-psa/event-bus": ["../../packages/event-bus/src/index.ts"],
|
|
"@alga-psa/event-bus/publishers": ["../../packages/event-bus/src/publishers/index.ts"],
|
|
"@alga-psa/event-bus/*": ["../../packages/event-bus/src/*"],
|
|
"@alga-psa/core": ["../../packages/core/src/index.ts"],
|
|
"@alga-psa/core/*": ["../../packages/core/src/lib/*", "../../packages/core/src/*"],
|
|
"@alga-psa/core/logger": ["../../packages/core/src/lib/logger.ts"],
|
|
"@alga-psa/core/server": ["../../packages/core/src/server.ts"],
|
|
"@alga-psa/core/encryption": ["../../packages/core/src/lib/encryption.ts"],
|
|
"@alga-psa/core/secrets": ["../../packages/core/src/lib/secrets/index.ts"],
|
|
"@alga-psa/core/secrets.js": ["../../packages/core/src/lib/secrets/index.ts"],
|
|
"server/*": ["../../server/*"],
|
|
"@alga-psa/db": ["../../packages/db/src/index.ts"],
|
|
"@alga-psa/db/*": ["../../packages/db/src/lib/*", "../../packages/db/src/*"],
|
|
"@alga-psa/db/tenant": ["../../packages/db/src/lib/tenant.ts"],
|
|
"@alga-psa/db/tenant.js": ["../../packages/db/src/lib/tenant.ts"],
|
|
"@alga-psa/types": ["../../packages/types/src/index.ts"],
|
|
"@alga-psa/types/*": ["../../packages/types/src/*"],
|
|
"@alga-psa/storage": ["../../packages/storage/src/index.ts"],
|
|
"@alga-psa/storage/*": ["../../packages/storage/src/*"],
|
|
"@alga-psa/db/admin": ["../../packages/db/src/lib/admin.ts"],
|
|
"@alga-psa/db/admin.js": ["../../packages/db/src/lib/admin.ts"],
|
|
"@alga-psa/sla": ["../../packages/sla/src"],
|
|
"@alga-psa/sla/*": ["../../packages/sla/src/*"],
|
|
"@alga-psa/notifications/*": ["./src/typings/notifications/*"],
|
|
"@temporalio/activity": ["../../node_modules/@temporalio/activity"],
|
|
"@temporalio/workflow": ["../../node_modules/@temporalio/workflow"],
|
|
"@temporalio/worker": ["../../node_modules/@temporalio/worker"],
|
|
"@temporalio/client": ["../../node_modules/@temporalio/client"],
|
|
"@temporalio/testing": ["../../node_modules/@temporalio/testing"],
|
|
"@kubernetes/client-node": ["../../node_modules/@kubernetes/client-node"],
|
|
"resend": ["../../node_modules/resend"],
|
|
"js-yaml": ["../../node_modules/@types/js-yaml", "../../node_modules/js-yaml"],
|
|
"@alga-psa/workflow-streams": ["../../packages/workflow-streams/src/streams"],
|
|
"@alga-psa/workflow-streams/*": ["../../packages/workflow-streams/src/streams/*"]
|
|
},
|
|
"typeRoots": ["../../node_modules/@types", "./node_modules/@types"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "src/test-utils/**/*"],
|
|
"ts-node": {
|
|
"esm": true
|
|
}
|
|
}
|