# 📦 SpeedyTuner common TypeScript types ## Installation Make sure you have registry specified in the `.npmrc` file: ```bash @speedy-tuner:registry=https://npm.pkg.github.com ``` Authenticate to GitHub Packages: [authenticating-to-github-packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-to-github-packages) Proceed with the installation: ```bash npm i --save @speedy-tuner/types ```