tsconfig.test.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "extends": "../../tsconfigbase.test",
  3. "include": ["src/*", "test/*"],
  4. "references": [
  5. {
  6. "path": "../application"
  7. },
  8. {
  9. "path": "../apputils"
  10. },
  11. {
  12. "path": "../cells"
  13. },
  14. {
  15. "path": "../codeeditor"
  16. },
  17. {
  18. "path": "../codemirror"
  19. },
  20. {
  21. "path": "../console"
  22. },
  23. {
  24. "path": "../coreutils"
  25. },
  26. {
  27. "path": "../docregistry"
  28. },
  29. {
  30. "path": "../fileeditor"
  31. },
  32. {
  33. "path": "../notebook"
  34. },
  35. {
  36. "path": "../observables"
  37. },
  38. {
  39. "path": "../rendermime"
  40. },
  41. {
  42. "path": "../services"
  43. },
  44. {
  45. "path": "../translation"
  46. },
  47. {
  48. "path": "../ui-components"
  49. },
  50. {
  51. "path": "."
  52. },
  53. {
  54. "path": "../../testutils"
  55. },
  56. {
  57. "path": "../application"
  58. },
  59. {
  60. "path": "../apputils"
  61. },
  62. {
  63. "path": "../cells"
  64. },
  65. {
  66. "path": "../codeeditor"
  67. },
  68. {
  69. "path": "../codemirror"
  70. },
  71. {
  72. "path": "../console"
  73. },
  74. {
  75. "path": "../coreutils"
  76. },
  77. {
  78. "path": "../docregistry"
  79. },
  80. {
  81. "path": "../fileeditor"
  82. },
  83. {
  84. "path": "../notebook"
  85. },
  86. {
  87. "path": "../observables"
  88. },
  89. {
  90. "path": "../rendermime"
  91. },
  92. {
  93. "path": "../services"
  94. },
  95. {
  96. "path": "../translation"
  97. },
  98. {
  99. "path": "../ui-components"
  100. }
  101. ]
  102. }