Grunt

suggest change

Install

npm install grunt-ts

Basic Gruntfile.js

module.exports = function(grunt) {grunt.initConfig({ts: {default : {src: ["**/*.ts", "!node_modules/**/*.ts"]}}});grunt.loadNpmTasks("grunt-ts");grunt.registerTask("default", ["ts"]);};

More details: TypeStrong/grunt-ts

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents