To enable code execution from the current workspace you must enable workspace library execution. code example
Example: auto fix tslint rules
tslint --fix -c ./config/tslint.json 'src/**/*{.ts,.tsx}'
tslint --fix -c ./config/tslint.json 'src/**/*{.ts,.tsx}'