feat(cli options): now support --web for web compilations targeting Google Chrome

This commit is contained in:
2018-12-05 23:29:01 +01:00
parent fee2a60162
commit bbcb8e6b3f
9 changed files with 902 additions and 206 deletions

View File

@ -2,8 +2,4 @@ export * from './tsbuild.exports';
import * as tsbuild from './tsbuild.exports';
if (process.env.CLI_CALL_TSBUILD === 'true') {
tsbuild.compileGlobStringObject({
'./ts/**/*.ts': './dist'
});
}
import './tsbuild.cli';