LearningTypeScript / projects

Hands-on real world projects that will help you exercise your knowledge of TypeScript.
https://learningtypescript.com/projects
226 stars 151 forks source link

fix: also replace 'typeof solution' assertions when copying solutions #263

Closed JoshuaKGoldberg closed 1 year ago

JoshuaKGoldberg commented 1 year ago

PR Checklist

Overview

Similar to how ? solution is replaced with ? index, as typeof solution is now also replaced with as typeof index.