-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Types can't be found for tinyld/light #22
Comments
Ok probably just some config issue in package.js, I will try to take a look at that later. Meanwhile you can use |
Indeed I found something off, some package.json fields like "main" and "exports" were apparently fighting each other. You can install it with: To double check, I also created a small sample project to reproduce the problem, and it seems to be working fine: |
I installed and checked it in my local as well, and works as expected. Great job! |
Hey,
After comparing against multiple different packages/APIs, I decided to go with
tinyld
for my project, great work! However, when I wanted to import and usetinyld/light
, I bumped into issues regarding type declarations.Looking at the
package.json
, I can see that you have declared type destination but seems like there is an issue about that regarding exports/paths.The text was updated successfully, but these errors were encountered: