Files
overleaf-cep/services/references/tsconfig.json
2026-05-19 15:49:12 +02:00

13 lines
191 B
JSON

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