mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
f1b460ecea
Add type checking to all services GitOrigin-RevId: f328a811fca7a783e9aff7d015ea73756acededd
14 lines
312 B
JSON
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/**/*"
|
|
]
|
|
}
|