feat(cli options): now support --web for web compilations targeting Google Chrome
This commit is contained in:
@ -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';
|
Reference in New Issue
Block a user