vscode-mdx-preview icon indicating copy to clipboard operation
vscode-mdx-preview copied to clipboard

support import aliases

Open AndersDJohnson opened this issue 3 years ago • 1 comments

support import aliases from tsconfig.json (or jsconfig.json) in .mdx files

today throws error

Screen Shot 2021-06-04 at 9 46 10 PM

my tsconfig.json:

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "src/*": ["src/*"]
    }
  }
}

AndersDJohnson avatar Jun 05 '21 02:06 AndersDJohnson

This would be great to have since so many repos use import statements relative to the root of the workspace

jonathan-codebase avatar May 05 '22 20:05 jonathan-codebase