Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet authored Dec 5, 2019
1 parent d519ef7 commit 23f720e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![Build Status](https://secure.travis-ci.org/TypeStrong/grunt-ts.svg?branch=master)](http://travis-ci.org/TypeStrong/grunt-ts) [![NPM version](https://badge.fury.io/js/grunt-ts.svg)](http://badge.fury.io/js/grunt-ts)

## Looking for Maintainers
Do you use grunt-ts? Would you like to help keep it up-to-date for new TypeScript versions? Please let [@nycdotnet](https://github.com/nycdotnet) know. I am no longer maintaining this plugin as I no longer use Grunt.

## TypeScript Compilation Task for GruntJS

Grunt-ts is an npm package that handles TypeScript compilation work in GruntJS build scripts. This project, much like Grunt itself, is now in a mature maintenance phase and no significant features will be considered. New maintainers welcome!

Grunt-ts provides a [Grunt-compatible wrapper](#support-for-tsc-switches) for the `tsc` command-line compiler, and provides some [additional functionality](#grunt-ts-gruntfilejs-options) that improves the TypeScript development workflow. Grunt-ts supports compiling against [tsconfig.json](#tsconfig) or even a [Visual Studio project](#vs) directly. Grunt-ts is itself written in [TypeScript](./tasks/ts.ts).

### Looking for Maintainers
Do you use grunt-ts? Would you like to help keep it up-to-date for new TypeScript versions? Please let [@nycdotnet](https://github.com/nycdotnet) know.

### How To Contribute
Thank you for your interest in contributing! Please see the [contributing](CONTRIBUTING.md) guide for details.

Expand Down

0 comments on commit 23f720e

Please sign in to comment.