tsconfig.json 805 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* This file is automatically generated by scripts/generators/tsconfig.js */
  2. {
  3. "extends": [
  4. "../../tsconfig.base.json",
  5. "../../tsconfig.paths.json"
  6. ],
  7. "include": [
  8. "../../packages/babel-core/src/**/*.ts",
  9. "../../lib/globals.d.ts",
  10. "../../scripts/repo-utils/*.d.ts"
  11. ],
  12. "references": [
  13. {
  14. "path": "../../packages/babel-code-frame"
  15. },
  16. {
  17. "path": "../../packages/babel-generator"
  18. },
  19. {
  20. "path": "../../packages/babel-helper-compilation-targets"
  21. },
  22. {
  23. "path": "../../packages/babel-helpers"
  24. },
  25. {
  26. "path": "../../packages/babel-parser"
  27. },
  28. {
  29. "path": "../../packages/babel-template"
  30. },
  31. {
  32. "path": "../../packages/babel-traverse"
  33. },
  34. {
  35. "path": "../../packages/babel-types"
  36. }
  37. ]
  38. }