-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
../../tsconfig.base does not exist #3374
Comments
Having the same issue here from |
|
@hwillson That much is clear, but the actual file does not exist when the library is included inside |
Thanks for the clarification @Slessi. The file isn't included when bundling intentionally. Is this causing a problem somewhere/somehow? |
@hwillson to be honest for a while VS Code kept annoyingly pointing it out to me as an error but now that I want to show it to you, it seems to not care anymore ¯\_(ツ)_/¯ |
how can we overcome this error.Please do provide your solutions or suggestions |
Same issue with multiple apollo packages
|
Yeah, same here (apollo-cache-inmemory v1.2.4)
|
In VS Code, If you are getting the error after package install or setting changes, just reload your workspace or folder. |
Same Error Here:
|
Lerna doesn't use the top level .npmignore when it publishes each sub-package, so let's replicate each .npmignore (and adjust as needed) to make sure it's used when publishing. Fixes #3374.
Let's just get the |
* Move .npmignore into each package Lerna doesn't use the top level .npmignore when it publishes each sub-package, so let's replicate each .npmignore (and adjust as needed) to make sure it's used when publishing. Fixes #3374. * Changelog update
there is a
tsconfig.json
file inapollo-cache
dependency, which looks like this:But
tsconfig.base
does not exist in my project. So Whattsconfig.base
should be?The text was updated successfully, but these errors were encountered: