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

Suggest installing types as dev dependencies #163

Merged
merged 1 commit into from
Apr 2, 2023

Commits on Mar 26, 2023

  1. Suggest installing types as dev dependencies

    Typescript types are usually only required at build time, and not runtime.
    But the old instructions would end up with the types being around at run-time.
    
    From the [npm install documentation](https://docs.npmjs.com/cli/v6/commands/npm-install)
    
    > `npm install` saves any specified packages into `dependencies` by default.
    ccouzens authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    8b3f84b View commit details
    Browse the repository at this point in the history