Skip to content
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

Missing .d.ts on npm #37

Open
Mazuh opened this issue Aug 16, 2019 · 1 comment
Open

Missing .d.ts on npm #37

Mazuh opened this issue Aug 16, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Mazuh
Copy link
Contributor

Mazuh commented Aug 16, 2019

the lib itself is internally type safe with typescript but other typescript users can't use the same safety cause .d.ts is not published, it triggers a warning on compile time.

@Mazuh Mazuh added the documentation Improvements or additions to documentation label Aug 16, 2019
@gustavoFreireS gustavoFreireS self-assigned this Aug 16, 2019
@Mazuh
Copy link
Contributor Author

Mazuh commented Aug 16, 2019

Could not find a declaration file for module 'react-smart-tabs'. './node_modules/react-smart-tabs/dist/bundle.js' implicitly has an 'any' type.
  Try `npm install @types/react-smart-tabs` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-smart-tabs';

@davidcostadev davidcostadev changed the title missing .d.ts on npm Missing .d.ts on npm Aug 16, 2019
@Mazuh Mazuh added enhancement New feature or request and removed documentation Improvements or additions to documentation labels Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants