-
Notifications
You must be signed in to change notification settings - Fork 72
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
import from baseUrl
not working
#288
Comments
related PR #205 |
Plus, my webpack configuration using awesome-typescript-loader won't report the module not found error so I think is solely related to this plugin. |
Searching through the source code, I found a workaround for this problem by adding the following configuration to $VIMRC:
Related source code is: https://github.com/Quramy/tsuquyomi/blob/v0.8.0/autoload/tsuquyomi.vim#L563 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My
tsconfig.json
is as following:And my project folder structure is as following:
Now I'm importing
formItemValidate.ts
inTableForm.tsx
:But tsuquyomi is reporting the following errors:
And my vim configuration for tsuquyomi is:
I ran the following command to check its settings too:
the result is
1
and ran
the result is
0
.Can anyone help me debug this issue or give some hints about resolving it? Thanks in advance.
The text was updated successfully, but these errors were encountered: