Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@esbuild-plugins/tsconfig-paths

remorses115.7kISC0.1.2TypeScript support: included

Create a custom resolver to resolve paths defined in tsconfig.json

readme

Create a custom resolver to resolve paths defined in tsconfig.json

import TsconfigPathsPlugin from '@esbuild-plugins/tsconfig-paths'
import { build } from 'esbuild'


build({
    plugins: [TsconfigPathsPlugin({tsconfig: })],
})