tsconfig.backend.json 282 B

12345678910111213
  1. {
  2. "extends": "../../tsconfig.backend.json",
  3. "include": [
  4. "app/src/**/*",
  5. "modules/*/app/src/**/*",
  6. "modules/*/test/acceptance/**/*",
  7. "modules/*/test/unit/**/*",
  8. "scripts/**/*",
  9. "test/acceptance/**/*",
  10. "test/unit/**/*",
  11. "types/backend/**/*"
  12. ]
  13. }