You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Written from scratch TypeScript compiler task for GruntJS. It differs from grunt-typescript which is another excellent [grunt plugin for TypeScript](https://npmjs.org/package/grunt-typescript).
6
6
7
7
Following are the reasons why grunt-ts was created:
8
8
9
-
- Written in [TypeScript](https://github.com/basarat/grunt-ts/blob/master/tasks/ts.ts)
9
+
- Written in [TypeScript](https://github.com/grunt-ts/grunt-ts/blob/master/tasks/ts.ts)
10
10
- Enables a TypeScript development workflow in addition to simple file compilation.
11
11
- Super simple to update to the [latest version of the TypeScript](https://github.com/basarat/grunt-ts/commit/ffede564f2b20bc4dc207cb1a30dc57db7c44fe5)
0 commit comments