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

Add typings to package.json and move typings to src #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joshleichtung
Copy link

Updates the package.json to have a typings property and moves the index.d.ts to src so it is packaged when used as an npm module. Without this, the index.d.ts doesn't make it in as a dependency, and typings don't work.

Fixes #139

@kylegillen
Copy link

Can someone merge this? :)

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.

Typescript typings not working despite index.d.ts file
2 participants