mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
8 lines
97 B
JSON
8 lines
97 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.backend.json",
|
||
|
"include": [
|
||
|
"**/*.js",
|
||
|
"**/*.cjs"
|
||
|
]
|
||
|
}
|