-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add ability to import external dependencies from the shared module #179
Labels
Comments
I worked-around this in development by symlinking the Some potential options are: |
Merged
1 task
1 task
maurizi
added a commit
that referenced
this issue
Apr 2, 2021
This is still not perfect due to #179, but its a lot better
maurizi
added a commit
that referenced
this issue
Apr 5, 2021
This is still not perfect due to #179, but its a lot better
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detailed Description
In #177 I tried to add types to a module in
shared
that were aliases ofgeojson
types.However, because the
shared
module is outside of the root directory when accessed from theserver
, it does not have anode_modules
directory and TypeScript cannot find any external modules.The text was updated successfully, but these errors were encountered: