mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
b92d1a0251
Fix typescript config in the backend GitOrigin-RevId: fb292968bc14da6d7c17bee1da00803a74901899
11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "types"
|
|
},
|
|
"include": [
|
|
"**/*.js",
|
|
"**/*.cjs"
|
|
]
|
|
}
|