tsconfig.backend.json 312 B

1234567891011121314
  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. ]
  14. }