mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
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/**/*"
|
|
]
|
|
}
|