lucassaid / react-native-cool-speedometer

Cool speedometer for React Native
27 stars 20 forks source link

most ts files in dist folder have a .d in the filename #10

Closed klayus closed 2 years ago

klayus commented 2 years ago

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?

lucassaid commented 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?

klayus commented 2 years ago

well, this morning did not work. I changed nothing and it works now :) sorry, my bad

lucassaid commented 2 years ago

Great, let me know if you have any other issue 🙌