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

Cannot find module '@keystatic/core' or its corresponding type declarations. #885

Closed
emmatown opened this issue Jan 18, 2024 · 0 comments
Closed

Comments

@emmatown
Copy link
Member

If you've recently upgraded to @keystatic/core@>=0.3.0, and get an error like Cannot find module '@keystatic/core' or its corresponding type declarations. make sure to set "moduleResolution": "bundler" in your tsconfig.json

{
  "compilerOptions": {
    "moduleResolution": "bundler"
  }
}
@emmatown emmatown pinned this issue Jan 18, 2024
@jordangeizer jordangeizer unpinned this issue Feb 20, 2024
@jordangeizer jordangeizer pinned this issue Feb 20, 2024
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

No branches or pull requests

1 participant