atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.86k stars 520 forks source link

Typescript definition file index.d.ts no longer available #1050

Open adras opened 2 years ago

adras commented 2 years ago

Bug description

I was just looking for a typescript definition file. It seems like it should be index.d.ts, which was added with #329. But it seems like since version 5, index.d.ts is now part of the .gitignore file.

Is there a typescript definition for tippy? index.test-d.ts doesn't seem to be the right one

atomiks commented 2 years ago

It gets autogenerated on build

adras commented 2 years ago

I'm in an ASP.NET project, so I didn't plan to build tippy myself. I just wanted to include tippy-bundle.umd.js along with popper.min.js also along with the typescript definition file. Can the typescript def be included in this project or a distribution? How can I build the project on my own to get the typescript def file?