fix(core): fix issue that prevented tsrun to work globally

This commit is contained in:
2018-06-30 18:43:16 +02:00
parent ff83eae8e4
commit c46fcb6ea3
2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,8 @@ import * as path from 'path';
tsNode.register({
compilerOptions: {
lib: [ 'es2016', 'es2017' ]
}
},
ignore: []
});
if (process.env.CLI_CALL_TSRUN) {