Skip to content

Declaration files for ESM and ES2015 builds #73

Open
@OliverJAsh

Description

@OliverJAsh

When I try to import from rxjs-etc/esm2015/operators/delayUntil, I get an error: Could not find a declaration file for module 'rxjs-etc/esm2015/operators/delayUntil'.

My workaround:

// modules.d.ts
declare module 'rxjs-etc/esm2015/operators/delayUntil' {
  export { delayUntil } from 'rxjs-etc/operators/delayUntil';
}

Perhaps this library should enable declaration for the ESM and ES2015 builds, so we don't have to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions