Files
geekgeekrun/packages/sqlite-plugin/tsconfig.json
rqi14 95c1e54c66 recruiter: add boss auto browse/chat flows, webhook, and candidate tables
- Add recruiter-side automation core and run-core entry
- Extend sqlite-plugin with candidate info + contact logs
- Add UI routes/pages, IPC handlers, progress + log panel
- Document current status and plans under plan/

Made-with: Cursor
2026-03-18 17:37:24 +08:00

14 lines
288 B
JSON

{
"compilerOptions": {
"lib": ["ES2020"],
"target": "ES2020",
"module": "Node16",
"moduleResolution": "Node16",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false,
"skipLibCheck": true
},
"exclude": ["node_modules"],
}