overleaf/services/history-v1/tsconfig.json

16 lines
250 B
JSON
Raw Normal View History

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