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.
21 lines
404 B
JSON
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"
|
|
]
|
|
}
|