Skip to content

type definition files being flagged as unused #25

@Soviut

Description

@Soviut

I have an index.ts file that exports a types.d.ts file. However, that types file still gets flagged as unused.

export type * from './types'
export * from './context'
export * from './provider'
export * from './use'

For now, my workaround is to exclude **.d.ts but that shouldn't really be necessary.

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