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