1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-08 05:55:03 +00:00
overleaf/services/chat/tsconfig.json
Jakob Ackermann 84be385550 Merge pull request from overleaf/jpa-build-scripts-sync
[misc] sync build scripts

GitOrigin-RevId: 343fd861b6c7b3d81b21babbd41bbb968f0fd448
2024-09-10 08:05:01 +00:00

12 lines
191 B
JSON

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