diff --git a/ts/tsbuild.cli.ts b/ts/tsbuild.cli.ts index 8f53b7e..086547a 100644 --- a/ts/tsbuild.cli.ts +++ b/ts/tsbuild.cli.ts @@ -38,7 +38,7 @@ export const runCli = async () => { }, {}, process.cwd(), - { web: true } + { web: true, ...argvArg }, ); });