fix(core): update

This commit is contained in:
Philipp Kunz 2020-03-09 15:20:47 +00:00
parent 58246c406d
commit 9e6ab262ed

View File

@ -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});
});