tsconfig.json 332 B

12345678910111213
  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-helper-string-parser/src/**/*.ts",
  9. "../../lib/globals.d.ts",
  10. "../../scripts/repo-utils/*.d.ts"
  11. ],
  12. "references": []
  13. }