Open Hemdee1 opened 1 year ago
No type checking available for the package. I tried installing the type suggested by the editor, it showed Not found npm i --save-dev @types/simple-aos
npm i --save-dev @types/simple-aos
Using the package in a typescript app
Adding a type to the package
I've never added typescript support before for a package. I'd have to check how easy it is.
If you have some good docs about it or like to create a PR you are very welcome.
This is:
Expected Behavior
No type checking available for the package. I tried installing the type suggested by the editor, it showed Not found
npm i --save-dev @types/simple-aos
Steps to Reproduce the Problem
Using the package in a typescript app
Possible Solution
Adding a type to the package