Closed klayus closed 2 years ago
Yes, those .d.ts are the declaration files that typescrit auto generates from the src folder. They help you while using the library by showing autocompletions, warnings, etc. Are you having some error importing the library?
well, this morning did not work. I changed nothing and it works now :) sorry, my bad
Great, let me know if you have any other issue 🙌
i installed the library with npm install ... and all the files in my dist folder have an ".d" before the .ts extension. none of those are found when importing the library. am i missing something?