overleaf/services/docstore/tsconfig.json

13 lines
191 B
JSON
Raw Normal View History

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