Détail du package

@esbuild-plugins/tsconfig-paths

remorses89.1kISC0.1.2

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: })],
})