@marketplace-co/parcel-resolver-tspaths

0.0.2 • Public • Published

This has been cloned becasuse the default package did not support .js/.jsx files

The old .babelrc this replaced is:

// Track progress on when this can be removed here:
// https://github.com/parcel-bundler/parcel/issues/4936

// This is a workaround for parcel as it does not support tsConfig base url
// See the comment below for the reccomendation to use module-resolver
// https://github.com/parcel-bundler/parcel/issues/202#issuecomment-622253568
{
  "plugins": [
    [
      "module-resolver",
      {
        "root": ["./src"],
        "alias": {
          "@": "./src"
        }
      }
    ]
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @marketplace-co/parcel-resolver-tspaths

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

6.41 kB

Total Files

3

Last publish

Collaborators

  • ryanburns