tsconfig.backend.json 338 B

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