2025-04-24 13:11:28 +08:00

19 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"
]
}