@esbuild-plugins/tsconfig-paths
v0.1.2
Published
Create a custom resolver to resolve paths defined in tsconfig.json
Downloads
92,318
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: })],
})