这是indexloc提供的服务,不要输入任何密码
Skip to content

Support for TypeScript project references #647

@segevfiner

Description

@segevfiner

The vanilla TypeScript compiler has a feature called project references that makes it more convenient to work on composite/monorepo projects that would otherwise need multiple watch processes, and also for making sure they rebuild when a dependency changes.

It would be nice to have support for this in tsup.

Basically it might just need tsup to know how to correctly order the build of dependent project's d.ts.

https://www.typescriptlang.org/docs/handbook/project-references.html

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