metro-tsconfig-paths

1.0.3 • Public • Published

metro-tsconfig-paths

Load tsconfig.json modules from locally developed packages, and help Metro resolve imports using their paths objects.

Usage

Add the following to your metro.config.js module:

const withTSConfig = require('metro-tsconfig-paths')

module.exports = withTSConfig({
  /* Metro configuration goes here */
})

How it works

It uses get-dev-paths to find any locally developed packages. Then it uses tsconfig-paths to load tsconfig.json modules and convert their paths objects into "matcher functions". Then it hooks into your Metro config and applies the relevant matcher function (if any) to whichever dependency is being resolved.

Package Sidebar

Install

npm i metro-tsconfig-paths

Weekly Downloads

23

Version

1.0.3

License

MIT

Unpacked Size

4.34 kB

Total Files

3

Last publish

Collaborators

  • aleclarson