-
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
added typescript types #15
Conversation
…sizeListener is undefined
support for the package.json exports field, which we use, was removed until at least 4.6 (looks like 4.7 now). trying to find a workaround to ship this prior to that ( |
i'm not actually having the issues in typescript that i thought i would anymore, so i'm going to merge, release, then double-check our other demos edit: totally kidding but i think i have a workaround in moving things out of |
rollup now emits typescript declaration files (.d.ts) for each of our entry files in the distribution folder for static type checking. also allows for some easier inline documentation. just need to publish and make sure the declaration files get detected properly in the package.