bendemboski / fractal-page-object

A lightweight page object implementation with a focus on simplicity and extensibility
MIT License
30 stars 9 forks source link

Update typescript config #90

Closed bendemboski closed 1 year ago

bendemboski commented 1 year ago

Update the ember test app to the latest ember-cli-typescript blueprint and fix a couple of type errors inadvertently introduced by the previous PR.

This includes enabling strict mode in the tsconfigs and making a number of fixes so the code will pass stricter typechecking.