mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Simpler Typescript setup in the backend GitOrigin-RevId: 3a90f26a5ac8029d14203faa98008375ce933e7d
8 lines
97 B
JSON
8 lines
97 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"**/*.js",
|
|
"**/*.cjs"
|
|
]
|
|
}
|