Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use TypeScript 4.5 in bootstrapped userscript (#155)
We use TypeScript 4.5 to compile the package itself since #151 (v5.0.0), so it makes sense to use at least that version in the bootstrapped userscript as well. I did `npm install --save-exact typescript@4.5` because it typically makes much more sense to specify an exact TypeScript version than to specify a version range.
- Loading branch information