tsconfig.test.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "extends": "../tsconfigbase.test",
  3. "include": ["src/*", "test/*"],
  4. "references": [
  5. {
  6. "path": "../packages/apputils"
  7. },
  8. {
  9. "path": "../packages/cells"
  10. },
  11. {
  12. "path": "../packages/codeeditor"
  13. },
  14. {
  15. "path": "../packages/codemirror"
  16. },
  17. {
  18. "path": "../packages/coreutils"
  19. },
  20. {
  21. "path": "../packages/docregistry"
  22. },
  23. {
  24. "path": "../packages/nbformat"
  25. },
  26. {
  27. "path": "../packages/notebook"
  28. },
  29. {
  30. "path": "../packages/rendermime"
  31. },
  32. {
  33. "path": "../packages/services"
  34. },
  35. {
  36. "path": "."
  37. },
  38. {
  39. "path": "../packages/apputils"
  40. },
  41. {
  42. "path": "../packages/cells"
  43. },
  44. {
  45. "path": "../packages/codeeditor"
  46. },
  47. {
  48. "path": "../packages/codemirror"
  49. },
  50. {
  51. "path": "../packages/coreutils"
  52. },
  53. {
  54. "path": "../packages/docregistry"
  55. },
  56. {
  57. "path": "../packages/nbformat"
  58. },
  59. {
  60. "path": "../packages/notebook"
  61. },
  62. {
  63. "path": "../packages/rendermime"
  64. },
  65. {
  66. "path": "../packages/services"
  67. }
  68. ]
  69. }