You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if anyone has a solution for this.
I did some research, and realized that the key is to change the TsIncludeExpr function in ftplugin/typescript.vim. Maybe parse the tsconfig.json to get baseUrl and paths values, and do some conditional substitution.
I would love to contribute, but I know abslutely nothing about vimscript. And I'm wondering if there's a simpler solution already.
The text was updated successfully, but these errors were encountered:
I'm wondering if anyone has a solution for this.
I did some research, and realized that the key is to change the
TsIncludeExpr
function inftplugin/typescript.vim
. Maybe parse thetsconfig.json
to getbaseUrl
andpaths
values, and do some conditional substitution.I would love to contribute, but I know abslutely nothing about vimscript. And I'm wondering if there's a simpler solution already.
The text was updated successfully, but these errors were encountered: