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

chore: fix "Cannot find module" error in IDE when using vite specific import features #1895

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

JoCa96
Copy link
Contributor

@JoCa96 JoCa96 commented Sep 25, 2024

In the local dev environment vite import features like queries (import "xxx?raw") where marked with a typescript error:

"Cannot find module 'xxx?raw' or its corresponding type declarations.ts(2307)"

This is now fixed by adding the env.d.ts declaration file to the includes of the tsconfig.json files used for local development.
Closes #1896

@JoCa96 JoCa96 requested a review from a team as a code owner September 25, 2024 08:34
Copy link

changeset-bot bot commented Sep 25, 2024

⚠️ No Changeset found

Latest commit: 4e67fcf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@JoCa96 JoCa96 enabled auto-merge (squash) September 25, 2024 08:34
@JoCa96 JoCa96 changed the title chroe: fix "Cannot find module" error in dev when using vite specifc import features chore: fix "Cannot find module" error in dev when using vite specifc import features Sep 25, 2024
@JoCa96 JoCa96 changed the title chore: fix "Cannot find module" error in dev when using vite specifc import features chore: fix "Cannot find module" error in IDE when using vite specifc import features Sep 25, 2024
@JoCa96 JoCa96 changed the title chore: fix "Cannot find module" error in IDE when using vite specifc import features chore: fix "Cannot find module" error in IDE when using vite specific import features Sep 25, 2024
@JoCa96 JoCa96 merged commit 9e9a89a into main Sep 25, 2024
19 checks passed
@JoCa96 JoCa96 deleted the joca96/chore-fix-dev-vite-env branch September 25, 2024 08:49
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.

Fix "Cannot find module" error in IDE
2 participants