-
Notifications
You must be signed in to change notification settings - Fork 2
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
make types dir inside src folder & clean some misunderstood commas #14
base: main
Are you sure you want to change the base?
Conversation
and i also added to the gitignore the .idea folder from the webstorm ide |
if you indeed want this ###please do not merge the pull### i also need the add the babel-plugin-module-resolver --save to package.json |
Hey, thanks for your PR! |
Yes, absolutely. If the types don’t change frequently, we can always bundle them back into index.d.ts using Babel or Webpack (and I believe Babel alone can handle this as well). Please let me know if you want me to proceed with this or hold off for now. -- update -- |
@Tynopia Done for the types |
also fixed the lint tests , as i know , we dont need the package-lock.json no? |
? |
Hey,
I added a folder for managing the types to make the code more organized.
Let me know if this is needed, and if so, I'll continue organizing the rest accordingly!