mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
6113c6c291
GitOrigin-RevId: 18881694770f2476c475f8fef4c6a2678a2a12fe
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": true
|
|
},
|
|
"include": ["**/*.js", "**/*.cjs", "**/*.ts"]
|
|
}
|