exec.js 192 B

123456
  1. module.exports = function(config, grunt) {
  2. 'use strict'
  3. return {
  4. tslint : "node ./node_modules/tslint/lib/tslint-cli.js -c tslint.json --project ./tsconfig.json --type-check",
  5. };
  6. };