tsconfig.test.json 1.2 KB

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