Files
overleaf-cep/services/history-v1/tsconfig.json
Brian Gough 763e5ba82c Merge pull request #23920 from overleaf/bg-backup-queue
initial history backup queue worker app

GitOrigin-RevId: e9647a2ec3caeb1fff843cead12164ba89fdb1f8
2025-02-28 09:04:46 +00:00

18 lines
340 B
JSON

{
"extends": "../../tsconfig.backend.json",
"include": [
"api/**/*",
"app.js",
"app/js/**/*",
"backup-deletion-app.mjs",
"backup-verifier-app.mjs",
"backup-worker-app.mjs",
"benchmarks/**/*",
"config/**/*",
"migrations/**/*",
"scripts/**/*",
"storage/**/*",
"test/**/*",
"types"
]
}