Skip to content

Fix default import #532

@danielnixon

Description

@danielnixon

When you let TypeScript suggest an import for something like readonlyDate, it will do this:

import { readonlyDate } from "readonly-types/dist";

We need to update this package so that it does this instead:

import { readonlyDate } from "readonly-types";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions