tsconfig.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "references": [
  3. {
  4. "path": "./plugins/colibri/src"
  5. },
  6. {
  7. "path": "./plugins/colibri.problems/src"
  8. },
  9. {
  10. "path": "./plugins/colibri.inspector/src"
  11. },
  12. {
  13. "path": "./plugins/phasereditor2d.pack/src"
  14. },
  15. {
  16. "path": "./plugins/phasereditor2d.files/src"
  17. },
  18. {
  19. "path": "./plugins/phasereditor2d.phaser/src"
  20. },
  21. {
  22. "path": "./plugins/phasereditor2d.blocks/src"
  23. },
  24. {
  25. "path": "./plugins/phasereditor2d.ide/src"
  26. },
  27. {
  28. "path": "./plugins/phasereditor2d.images/src"
  29. },
  30. {
  31. "path": "./plugins/phasereditor2d.outline/src"
  32. },
  33. {
  34. "path": "./plugins/phasereditor2d.scene/src"
  35. },
  36. {
  37. "path": "./plugins/phasereditor2d.code/src"
  38. },
  39. {
  40. "path": "./plugins/phasereditor2d.webContentTypes/src"
  41. },
  42. {
  43. "path": "./plugins/phasereditor2d.animations/src"
  44. }
  45. ],
  46. "files": []
  47. }