wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

Generate single JSON out file #77

Open smstuebe opened 7 years ago

smstuebe commented 7 years ago

Is it possible to generate a single outfile as JSON? Similar to the command:

tslint --force --format json --config tslint.json --out ./dist/tslintResults.json Test.ts Test2.ts