tsconfig.test.json 347 B

123456789101112131415161718192021222324
  1. {
  2. "extends": "../../tsconfigbase.test",
  3. "include": ["src/*", "test/*"],
  4. "references": [
  5. {
  6. "path": "../coreutils"
  7. },
  8. {
  9. "path": "../translation"
  10. },
  11. {
  12. "path": "."
  13. },
  14. {
  15. "path": "../../testutils"
  16. },
  17. {
  18. "path": "../coreutils"
  19. },
  20. {
  21. "path": "../translation"
  22. }
  23. ]
  24. }