We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For more information, see the CONTRIBUTING guide.
CONTRIBUTING
WSL, latest version
A scaffolded Piral instance shows type errors due to moduleResolution when being set to bundler cannot do the declaration merging.
moduleResolution
bundler
No type errors.
Weird TS errors that some types are missing, which are properly merged - but due to the module resolution not findable.
Presumably there are some exports (paths / types) missing for this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
For more information, see the
CONTRIBUTING
guide.Prerequisites
Environment Details and Version
WSL, latest version
Description
A scaffolded Piral instance shows type errors due to
moduleResolution
when being set tobundler
cannot do the declaration merging.Steps to Reproduce
Expected behavior
No type errors.
Actual behavior
Weird TS errors that some types are missing, which are properly merged - but due to the module resolution not findable.
Possible Origin/Solution
Presumably there are some exports (paths / types) missing for this.
The text was updated successfully, but these errors were encountered: