Jobber/scripts/tsconfig.smoke.json
ilia 84e6835b11
All checks were successful
CI / skip-ci-check (push) Successful in 10s
CI / secret-scan (push) Successful in 14s
CI / docker-ci (push) Successful in 17s
feat: keyword sets, sponsorship signals, and extractor/profile fixes
Add per-profile keyword sets, job source settings, sponsorship signal pills,
and several ATS extractors. Fix Hiring Cafe discovery via Next.js SSR search,
profile activate for comma-separated basicAuthUser aliases, and resume path
backfill migrations. Update settings and hiring-cafe docs; localhost compose
overlay for loopback-only deploys.
2026-06-11 10:23:39 -04:00

21 lines
404 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2022",
"strict": true,
"skipLibCheck": true,
"lib": ["ES2022"],
"types": ["node"],
"baseUrl": "..",
"paths": {
"@shared/*": ["shared/src/*"]
}
},
"include": [
"./smoke-extractors.ts",
"../extractors/**/manifest.ts",
"../extractors/**/src/**/*.ts"
]
}