-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Bundle types in index.d.ts
#245
Bundle types in index.d.ts
#245
Conversation
I pinned the version of |
Resolved. |
Could not read type file anymore. @tommy-mitchell @sindresorhus "typescript": "^5.2.2" |
@sindresorhus do we need a |
used in a project, the type could not be loaded @tommy-mitchell |
This is a problem with your TSConfig, not this package. This package properly exports the types: Line 15 in 1d08326
|
@sindresorhus thx! |
Fixes #244.
Uses
rollup-plugin-dts
to bundle types and adds anothertsd
test for the bundled types.