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

fix: module-import-declaration #67

Closed

Conversation

f1sh1918
Copy link
Contributor

added typescript, typescript config to create declaration file using tsc, added tsc to build process

this pr fixes #31 which causes issues by importing the library

…ate declaration file using tsc, added tsc to build process
@marouanekadiri
Copy link
Owner

Unfortunately, generating a type definition file will not solve the real issue which is properly declaring the components of this package.

@f1sh1918
Copy link
Contributor Author

f1sh1918 commented Oct 25, 2021

for sure you can also declare them and not generate the declarations. i think both ways work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

warning import
2 participants