tsconfig.test.json 619 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "extends": "../../tsconfigbase.test",
  3. "include": ["src/*", "test/*"],
  4. "references": [
  5. {
  6. "path": "../application"
  7. },
  8. {
  9. "path": "../apputils"
  10. },
  11. {
  12. "path": "../cell-toolbar"
  13. },
  14. {
  15. "path": "../settingregistry"
  16. },
  17. {
  18. "path": "../translation"
  19. },
  20. {
  21. "path": "."
  22. },
  23. {
  24. "path": "../../testutils"
  25. },
  26. {
  27. "path": "../application"
  28. },
  29. {
  30. "path": "../apputils"
  31. },
  32. {
  33. "path": "../cell-toolbar"
  34. },
  35. {
  36. "path": "../settingregistry"
  37. },
  38. {
  39. "path": "../translation"
  40. }
  41. ]
  42. }