-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Typescript declaration file is not included in package on install #2002
Comments
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days |
I would like to see this problem fixed |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This is still an issue, and seems relatively straightforward to fix? |
Currently the lack of a typescript definition file can be worked around by using the definition file from https://github.com/DefinitelyTyped/DefinitelyTyped, which appears to be more up-to-date (though not completely). |
c.f. #2145 -- note that the current file's signatures are significantly out-of-date. |
I did:
(or gave a link to a demo on the Selectize docs)
like below
[replace me with a short description of issue]
Steps to reproduce:
Expected result:
LICENSE README.md dist index.d.ts package.json
Actual result:
LICENSE README.md dist package.json
index.d.ts is missing from the directory and is needed when using typescript
The text was updated successfully, but these errors were encountered: