tsconfig.test.json 427 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "extends": "../../tsconfigbase.test",
  3. "include": ["src/*", "test/*"],
  4. "references": [
  5. {
  6. "path": "../apputils"
  7. },
  8. {
  9. "path": "../services"
  10. },
  11. {
  12. "path": "../translation"
  13. },
  14. {
  15. "path": "."
  16. },
  17. {
  18. "path": "../../testutils"
  19. },
  20. {
  21. "path": "../apputils"
  22. },
  23. {
  24. "path": "../services"
  25. },
  26. {
  27. "path": "../translation"
  28. }
  29. ]
  30. }