9555c2d29bc0b76aad77b87263dad9a1f757a9d496d509e9590a627948da3ad4cb4695db1ad833568951c06e1fe21f9ad02e272a38c204c096da6cfbcd04be 211 B

12345678910
  1. {
  2. "extends": "./tsconfig.base.json",
  3. "compilerOptions": {
  4. "module": "commonjs",
  5. "target": "es5",
  6. "downlevelIteration": true,
  7. "outDir": "../dist/cjs"
  8. },
  9. "exclude": ["./internal/umd.ts"]
  10. }