From 9e6ab262edeef1c8a3e5c07aeec6b14ad5da5fdf Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 9 Mar 2020 15:20:47 +0000 Subject: [PATCH] fix(core): update --- ts/tsbuild.cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tsbuild.cli.ts b/ts/tsbuild.cli.ts index 59fb964..e7f8c08 100644 --- a/ts/tsbuild.cli.ts +++ b/ts/tsbuild.cli.ts @@ -34,7 +34,7 @@ tsbuildCli.addCommand('custom').subscribe(async argvArg => { tsbuildCli.addCommand('element').subscribe(async argvArg => { await tsbuild.compileGlobStringObject({ - "./ts_web": "dist_ts_web" + "./ts_web/**/*.ts": "dist_ts_web" }, {}, process.cwd(), {web: true}); });