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/**/*"
|
|
]
|
|
}
|