mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 14:40:47 +02:00
0428e2a4b2
[history-v1] backup-verifier-app: initial revision GitOrigin-RevId: 922c9f94cb7ca7c129e38fd6961d42bdff819cd8
18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"api/**/*",
|
|
"app.js",
|
|
"app/js/**/*",
|
|
"backup-deletion-app.mjs",
|
|
"backup-verifier-app.mjs",
|
|
"benchmarks/**/*",
|
|
"config/**/*",
|
|
"migrations/**/*",
|
|
"scripts/**/*",
|
|
"storage/**/*",
|
|
"test/**/*",
|
|
"types"
|
|
]
|
|
}
|