PSA/tsconfig.base.json
Hermes 284313f908
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
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

154 lines
8.0 KiB
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"sourceMap": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"baseUrl": ".",
"typeRoots": ["./types", "./node_modules/@types"],
"paths": {
"@shared": ["shared"],
"@shared/*": ["shared/*"],
"@alga-psa/shared": ["shared"],
"@alga-psa/shared/*": ["shared/*"],
"@shared/extension-utils": ["shared/extension-utils"],
"@shared/extension-utils/*": ["shared/extension-utils/*"],
"@shared/lib": ["shared/lib"],
"@shared/lib/*": ["shared/lib/*"],
"@enterprise": ["packages/ee/src"],
"@enterprise/*": ["packages/ee/src/*"],
"@ee": ["packages/ee/src"],
"@ee/*": ["packages/ee/src/*"],
"@alga-psa/extension-runtime": ["sdk/extension-runtime/src"],
"@alga-psa/extension-runtime/*": ["sdk/extension-runtime/src/*"],
"@alga-psa/core": ["packages/core/src"],
"@alga-psa/core/*": ["packages/core/src/*", "packages/core/src/lib/*"],
"@alga-psa/db": ["packages/db/src"],
"@alga-psa/db/*": ["packages/db/src/*", "packages/db/src/lib/*"],
"@alga-psa/types": ["packages/types/src"],
"@alga-psa/types/*": ["packages/types/src/*"],
"@alga-psa/validation": ["packages/validation/src"],
"@alga-psa/validation/*": ["packages/validation/src/*"],
"@alga-psa/ui": ["packages/ui/src"],
"@alga-psa/ui/*": ["packages/ui/src/*"],
"@alga-psa/ui-kit": ["packages/ui-kit/src"],
"@alga-psa/ui-kit/*": ["packages/ui-kit/src/*"],
"@alga-psa/auth": ["packages/auth/src"],
"@alga-psa/auth/sso/entry": ["packages/auth/src/components/SsoProviderButtons.tsx"],
"@alga-psa/auth/*": ["packages/auth/src/*", "packages/auth/src/lib/*"],
"@alga-psa/authorization": ["packages/authorization/src"],
"@alga-psa/authorization/*": ["packages/authorization/src/*"],
"@alga-psa/analytics": ["packages/analytics/src"],
"@alga-psa/analytics/*": ["packages/analytics/src/*"],
"@alga-psa/event-bus": ["packages/event-bus/src"],
"@alga-psa/event-bus/*": ["packages/event-bus/src/*"],
"@alga-psa/email": ["packages/email/src"],
"@alga-psa/email/*": ["packages/email/src/*"],
"@alga-psa/clients": ["packages/clients/src"],
"@alga-psa/clients/*": ["packages/clients/src/*"],
"@alga-psa/billing": ["packages/billing/src"],
"@alga-psa/billing/*": ["packages/billing/src/*"],
"@alga-psa/projects": ["packages/projects/src"],
"@alga-psa/projects/*": ["packages/projects/src/*"],
"@alga-psa/tickets": ["packages/tickets/src"],
"@alga-psa/tickets/*": ["packages/tickets/src/*"],
"@alga-psa/msp-composition": ["packages/msp-composition/src"],
"@alga-psa/msp-composition/*": ["packages/msp-composition/src/*"],
"@alga-psa/user-composition": ["packages/user-composition/src"],
"@alga-psa/user-composition/*": ["packages/user-composition/src/*"],
"@alga-psa/user-activities": ["packages/user-activities/src/index.ts"],
"@alga-psa/user-activities/actions": ["packages/user-activities/src/actions/index.ts"],
"@alga-psa/user-activities/components": ["packages/user-activities/src/components/index.ts"],
"@alga-psa/user-activities/hooks/useActivitiesCache": ["packages/user-activities/src/hooks/useActivitiesCache.ts"],
"@alga-psa/user-activities/constants": ["packages/user-activities/src/components/constants.ts"],
"@alga-psa/scheduling": ["packages/scheduling/src"],
"@alga-psa/scheduling/*": ["packages/scheduling/src/*"],
"@alga-psa/ee-calendar": ["ee/packages/calendar/src/index.ts"],
"@alga-psa/ee-calendar/*": ["ee/packages/calendar/src/*"],
"@alga-psa/ee-microsoft-teams": ["ee/packages/microsoft-teams/src/index.ts"],
"@alga-psa/ee-microsoft-teams/*": ["ee/packages/microsoft-teams/src/*"],
"@alga-psa/ee-stubs": ["packages/ee/src/index.ts"],
"@alga-psa/ee-stubs/*": ["packages/ee/src/*"],
"@alga-psa/workflow-streams": ["packages/workflow-streams/src/streams"],
"@alga-psa/workflow-streams/*": ["packages/workflow-streams/src/streams/*"],
"@alga-psa/workflows": ["ee/packages/workflows/src"],
"@alga-psa/workflows/*": ["ee/packages/workflows/src/*"],
"@alga-psa/block-content": ["packages/block-content/src"],
"@alga-psa/block-content/actions": ["packages/block-content/src/actions.ts"],
"@alga-psa/block-content/*": ["packages/block-content/src/*"],
"@alga-psa/formatting": ["packages/formatting/src"],
"@alga-psa/formatting/*": ["packages/formatting/src/*"],
"@alga-psa/agent-tooling": ["packages/agent-tooling/src"],
"@alga-psa/agent-tooling/*": ["packages/agent-tooling/src/*"],
"@alga-psa/documents": ["packages/documents/src"],
"@alga-psa/documents/*": ["packages/documents/src/*"],
"@alga-psa/storage": ["packages/storage/src"],
"@alga-psa/storage/*": ["packages/storage/src/*"],
"@alga-psa/assets": ["packages/assets/src"],
"@alga-psa/assets/*": ["packages/assets/src/*"],
"@alga-psa/surveys": ["packages/surveys/src"],
"@alga-psa/surveys/*": ["packages/surveys/src/*"],
"@alga-psa/integrations": ["packages/integrations/src"],
"@alga-psa/integrations/*": ["packages/integrations/src/*"],
"@alga-psa/client-portal": ["packages/client-portal/src"],
"@alga-psa/client-portal/*": ["packages/client-portal/src/*"],
"@alga-psa/client-portal-composition": ["packages/client-portal-composition/src"],
"@alga-psa/client-portal-composition/*": ["packages/client-portal-composition/src/*"],
"@alga-psa/portal-shared": ["packages/portal-shared/src"],
"@alga-psa/portal-shared/*": ["packages/portal-shared/src/*"],
"@alga-psa/notifications": ["packages/notifications/src"],
"@alga-psa/notifications/*": ["packages/notifications/src/*"],
"@alga-psa/reporting": ["packages/reporting/src"],
"@alga-psa/reporting/*": ["packages/reporting/src/*"],
"@alga-psa/tenancy": ["packages/tenancy/src"],
"@alga-psa/tenancy/*": ["packages/tenancy/src/*"],
"@alga-psa/onboarding": ["packages/onboarding/src"],
"@alga-psa/onboarding/*": ["packages/onboarding/src/*"],
"@alga-psa/jobs": ["packages/jobs/src"],
"@alga-psa/jobs/*": ["packages/jobs/src/*"],
"@alga-psa/reference-data": ["packages/reference-data/src"],
"@alga-psa/reference-data/*": ["packages/reference-data/src/*"],
"@alga-psa/teams": ["packages/teams/src"],
"@alga-psa/teams/*": ["packages/teams/src/*"],
"@alga-psa/users": ["packages/users/src"],
"@alga-psa/users/*": ["packages/users/src/*"],
"@alga-psa/licensing": ["packages/licensing/src"],
"@alga-psa/licensing/*": ["packages/licensing/src/*"],
"@alga-psa/tags": ["packages/tags/src"],
"@alga-psa/tags/*": ["packages/tags/src/*"],
"@alga-psa/sla": ["packages/sla/src"],
"@alga-psa/sla/*": ["packages/sla/src/*"],
"server": ["server"],
"server/*": ["server/*"],
"next-auth": ["node_modules/next-auth"],
"next-auth/*": ["node_modules/next-auth/*"],
"@product/settings-extensions/entry": ["packages/product-settings-extensions/oss/entry"],
"@product/settings-extensions/*": ["packages/product-settings-extensions/*"],
"@product/billing/entry": ["packages/product-billing/oss/entry"],
"@product/billing/*": ["packages/product-billing/*"],
"@/types/imports.types": ["server/src/types/imports.types"],
"@/types/*": ["server/src/types/*"],
"@/lib/*": ["server/src/lib/*"],
"@/utils/*": ["server/src/utils/*"],
"@/interfaces/*": ["server/src/interfaces/*"],
"@/services/*": ["server/src/services/*"],
"@/models/*": ["server/src/models/*"]
}
}
}