mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add type checking to all services GitOrigin-RevId: f328a811fca7a783e9aff7d015ea73756acededd
10 lines
137 B
JSON
10 lines
137 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"app.js",
|
|
"app/src/**/*",
|
|
"scripts/**/*",
|
|
"test/**/*"
|
|
]
|
|
}
|