Commit 3bb9d47a by Torkel Ödegaard

minor change to #6904

parent 815722c3
......@@ -2,6 +2,6 @@ module.exports = function(config) {
'use strict'
return {
tslint : "node ./node_modules/tslint/lib/tslint-cli.js -c tslint.json --project ./tsconfig.json",
tscompile: "node ./node_modules/typescript/lib/tsc.js -p tsconfig.json"
tscompile: "node ./node_modules/typescript/lib/tsc.js -p tsconfig.json --diagnostics"
};
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment