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

fix: TS error 7016 #363

Merged
merged 1 commit into from
Dec 10, 2023
Merged

fix: TS error 7016 #363

merged 1 commit into from
Dec 10, 2023

Conversation

cahnory
Copy link
Contributor

@cahnory cahnory commented Nov 5, 2023

Fix an error when importing global-jsdom from a module package.

Could not find a declaration file for module 'global-jsdom'. '/Users/.../node_modules/global-jsdom/esm/index.mjs' implicitly has an 'any' type.
There are types at '/Users/.../node_modules/global-jsdom/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'global-jsdom' library may need to update its package.json or typings.

Fix an error when importing global-jsdom from a module package.

Could not find a declaration file for module 'global-jsdom'. '/Users/.../node_modules/global-jsdom/esm/index.mjs' implicitly has an 'any' type.
  There are types at '/Users/.../node_modules/global-jsdom/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'global-jsdom' library may need to update its package.json or typings.
@modosc modosc merged commit 3e2c781 into modosc:main Dec 10, 2023
@cahnory cahnory deleted the patch-1 branch December 13, 2023 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants