Skip to content

Types are broken in 11.0 #173

@sandersn

Description

@sandersn

index.d.ts now consists of export * from './core', but the package doesn't ship with ./core.d.ts or ./lib/core.d.ts.

Probably the right fix is to turn on "declaration": true in tsconfig and export * from './lib/core' in index.d.ts

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