mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
6113c6c291
GitOrigin-RevId: 18881694770f2476c475f8fef4c6a2678a2a12fe
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": true
|
|
},
|
|
"include": [
|
|
"app/src/**/*",
|
|
"modules/*/app/src/**/*",
|
|
"modules/*/test/acceptance/**/*",
|
|
"modules/*/test/unit/**/*",
|
|
"scripts/**/*",
|
|
"test/acceptance/**/*",
|
|
"test/unit/**/*",
|
|
"types/backend/**/*"
|
|
]
|
|
}
|