tsconfig.test.json 400 B

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