mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
84be385550
[misc] sync build scripts GitOrigin-RevId: 343fd861b6c7b3d81b21babbd41bbb968f0fd448
15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"api/**/*",
|
|
"app.js",
|
|
"app/js/**/*",
|
|
"benchmarks/**/*",
|
|
"config/**/*",
|
|
"migrations/**/*",
|
|
"scripts/**/*",
|
|
"storage/**/*",
|
|
"test/**/*",
|
|
"types"
|
|
]
|
|
}
|