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: restore the types field in the package.json file #28

Commits on May 26, 2023

  1. fix: restore the types field in the package.json file

    TypeScript may not use the `"types"` import condition.
    
    For example, if the value of the `moduleResolution` option is `"node"`. In this case,
    TypeScript uses the `types` field and the `"types"` import condition is not used.
    
    So even if the `"types"` import condition is used, `package.json` still needs the `types` field
    for fallback. Therefore, I have restored the `types` field
    that was removed in f724043.
    
    Resolves mheob#26
    sounisi5011 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    61dce29 View commit details
    Browse the repository at this point in the history