mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Change notifications app.js to TypeScript GitOrigin-RevId: cb6195e2e8c8cd89e1a954bfcb1911929440d6ca
20 lines
355 B
JSON
20 lines
355 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"api/**/*",
|
|
"app.js",
|
|
"app.ts",
|
|
"app/js/**/*",
|
|
"backup-deletion-app.mjs",
|
|
"backup-verifier-app.mjs",
|
|
"backup-worker-app.mjs",
|
|
"benchmarks/**/*",
|
|
"config/**/*",
|
|
"migrations/**/*",
|
|
"scripts/**/*",
|
|
"storage/**/*",
|
|
"test/**/*",
|
|
"types"
|
|
]
|
|
}
|