mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 14:00:08 +02:00

* [misc] align initializing of mongodb replica set * [misc] fix volumes for mono container in dev-env * Remove duplicate volumes key --------- Co-authored-by: Alf Eaton <alf.eaton@overleaf.com> GitOrigin-RevId: 0119c42ee8b13a0fca9373e40a27fc5b2a52d73b
18 lines
341 B
JSON
18 lines
341 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"
|
|
]
|
|
}
|