angular-cli/index.js
Hans Larsen e122062c3a chore(): allow the CLI tool itself to use TypeScript.
This does not work for the Broccoli (yet).
2016-03-16 12:57:12 -07:00

6 lines
75 B
JavaScript

/* jshint node: true */
'use strict';
module.exports = {
name: 'ng'
};