Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typescript): fix declaration file generation for single file outputs #1201

Merged
merged 1 commit into from Jul 28, 2022
Merged

fix(typescript): fix declaration file generation for single file outputs #1201

merged 1 commit into from Jul 28, 2022

Commits on Jun 9, 2022

  1. fix(typescript): fix declaration file generation for single file outputs

    Previously, type declaration files were only emitted if outputOptions.dir was
    used and not outputOptions.file or, as a side effect, if the tsconfig file was
    specified via a qualified path. This commit fixes that, such that types are
    also emitted for single file builds.
    danimoh committed Jun 9, 2022
    Copy the full SHA
    56c99a1 View commit details
    Browse the repository at this point in the history