mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
initial history backup queue worker app GitOrigin-RevId: e9647a2ec3caeb1fff843cead12164ba89fdb1f8
18 lines
340 B
JSON
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"
|
|
]
|
|
} |