overleaf/services/history-v1/tsconfig.json

17 lines
281 B
JSON
Raw Normal View History

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