san650 / cypress-page-object

Represent the screens of your website as a series of objects in your Cypress test suite
MIT License
22 stars 1 forks source link

Please make type support for typescript #3

Open freemandor opened 4 years ago

freemandor commented 4 years ago

right now when you try to import to a .ts file you get: TS7016: Could not find a declaration file for module 'cypress-page-object'.

san650 commented 4 years ago

Hi @freemandor, thanks for open this issue.

Having support for typescript type system would be a great addition to this npm package.

I'm not familiar with TS declaration files, if you want to give it a try and open a PR with the changes, that would be amazing.