Custom tsconfig.json file path to use for path resolution. Equivalent to --tsconfig-override
in the CLI.
property
BuildConfig.tsconfig
tsconfig?: string
await Bun.build({
entrypoints: ['./src/index.ts'],
tsconfig: './custom-tsconfig.json'
});