overleaf/services/web/tsconfig.backend.json
Eric Mc Sween f1b460ecea Merge pull request #16385 from overleaf/em-typescript-other-services
Add type checking to all services

GitOrigin-RevId: f328a811fca7a783e9aff7d015ea73756acededd
2024-01-12 09:03:22 +00:00

14 lines
312 B
JSON

{
"extends": "../../tsconfig.backend.json",
"include": [
"app/src/**/*",
"modules/*/app/src/**/*",
"modules/*/test/acceptance/**/*",
"modules/*/test/smoke/**/*",
"modules/*/test/unit/**/*",
"scripts/**/*",
"test/acceptance/**/*",
"test/smoke/**/*",
"test/unit/**/*"
]
}