mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Working JSDoc type annotations on project list controller GitOrigin-RevId: b26833affb0fc2ecd38e869c2523e914eabe6548
16 lines
338 B
JSON
16 lines
338 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/**/*",
|
|
"types/backend/**/*"
|
|
]
|
|
}
|