tsconfig.test.json 771 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "extends": "../../tsconfigbase.test",
  3. "include": ["src/*", "test/*"],
  4. "references": [
  5. {
  6. "path": "../apputils"
  7. },
  8. {
  9. "path": "../coreutils"
  10. },
  11. {
  12. "path": "../docprovider"
  13. },
  14. {
  15. "path": "../docregistry"
  16. },
  17. {
  18. "path": "../services"
  19. },
  20. {
  21. "path": "../statusbar"
  22. },
  23. {
  24. "path": "../translation"
  25. },
  26. {
  27. "path": "."
  28. },
  29. {
  30. "path": "../../testutils"
  31. },
  32. {
  33. "path": "../apputils"
  34. },
  35. {
  36. "path": "../coreutils"
  37. },
  38. {
  39. "path": "../docprovider"
  40. },
  41. {
  42. "path": "../docregistry"
  43. },
  44. {
  45. "path": "../services"
  46. },
  47. {
  48. "path": "../statusbar"
  49. },
  50. {
  51. "path": "../translation"
  52. }
  53. ]
  54. }