d69a5745e3f6db6027414d264c88dd29959b57a3f6e6f1f338a6af7ef2a71e666abb18e7e3054cfdc615e78727aa15902164f17065bcc82a2d68743379768c 145 B

12345678910
  1. {
  2. "extends": "@ljharb/tsconfig",
  3. "compilerOptions": {
  4. "target": "ES2021",
  5. "maxNodeModuleJsDepth": 0,
  6. },
  7. "exclude": [
  8. "coverage",
  9. ],
  10. }