Files
overleaf-cep/services/document-updater/tsconfig.json
Tim Down 7aa66b260c Merge pull request #28541 from overleaf/td-notifications-app-ts
Change notifications app.js to TypeScript

GitOrigin-RevId: cb6195e2e8c8cd89e1a954bfcb1911929440d6ca
2025-10-13 08:05:36 +00:00

14 lines
205 B
JSON

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