Open
Description
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
Labels
No labels