Files
overleaf-cep/services/docstore/tsconfig.json
Andrew Rumble a1f1ca2028 Merge pull request #29948 from overleaf/ar/docstore-conversion-to-esm
[docstore] conversion to esm

GitOrigin-RevId: 9d255047bd7ae25f2b0b38f3a721741e8a0b7ad8
2025-12-03 09:05:42 +00:00

15 lines
235 B
JSON

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