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

Fixes #203 / #219 #221

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Conversation

appy-one
Copy link
Owner

@appy-one appy-one commented Apr 26, 2023

Fixes using AceBase from TypeScript ES modules ("type": "module" in package.json) and "moduleResolution": "node16" or "moduleResolution": "nodenext" in tsconfig.json

This adds /index.d.ts to the export * from "../types" statement in the generated /dist/esm/index.d.ts

Closes #203 and #219

@appy-one appy-one added the bug Something isn't working label Apr 26, 2023
@appy-one appy-one self-assigned this Apr 26, 2023
@appy-one appy-one merged commit 0181949 into master Apr 26, 2023
1 check passed
@appy-one appy-one deleted the fix/typescript-es-module-import-node16 branch April 26, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import {} does not work with this package.
1 participant