diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 770ab39..e43e4f6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@gitzone/tsbundle', - version: '2.0.0', + version: '2.0.1', description: 'a bundler using rollup for painless bundling of web projects' } diff --git a/ts/mod_esbuild/index.child.ts b/ts/mod_esbuild/index.child.ts index cfa09ab..4aa5904 100644 --- a/ts/mod_esbuild/index.child.ts +++ b/ts/mod_esbuild/index.child.ts @@ -48,7 +48,8 @@ export class TsBundleProcess { format: 'esm', target: 'es2020', minify: true, - outfile: toArg + outfile: toArg, + tsconfig: paths.tsconfigPath }); } }