mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
Fix typescript config in the backend GitOrigin-RevId: fb292968bc14da6d7c17bee1da00803a74901899
12 lines
172 B
JSON
12 lines
172 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "types"
|
|
},
|
|
"include": [
|
|
"**/*.js",
|
|
"**/*.cjs"
|
|
]
|
|
}
|