tsconfig.json 453 B

12345678910111213141516171819202122
  1. {
  2. "references": [
  3. {
  4. "path": "../adb/tsconfig.build.json"
  5. },
  6. {
  7. "path": "../event/tsconfig.build.json"
  8. },
  9. {
  10. "path": "../stream-extra/tsconfig.build.json"
  11. },
  12. {
  13. "path": "../struct/tsconfig.build.json"
  14. },
  15. {
  16. "path": "./tsconfig.test.json"
  17. },
  18. {
  19. "path": "./tsconfig.build.json"
  20. },
  21. ]
  22. }