Skip to content

Commit

Permalink
add reference path for tslint-cli for compilation in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinr committed Jun 21, 2015
1 parent 659c316 commit b74bae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tslint-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* limitations under the License.
*/

/// <reference path="../typings/node.d.ts"/>
/// <reference path="tslint.ts"/>
/// <reference path="configuration.ts"/>

var fs = require("fs");
var optimist = require("optimist")
.usage("usage: $0")
Expand Down

0 comments on commit b74bae1

Please sign in to comment.