File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/// <reference path="../../node_modules/typescript/lib/typescriptServices.d.ts" />
2
- /// <reference path="../../node_modules/gulp-tslint/node_modules/ tslint/lib/tslint.d.ts" />
2
+ /// <reference path="../../node_modules/tslint/lib/tslint.d.ts" />
3
3
4
4
export class Rule extends Lint . Rules . AbstractRule {
5
5
public static FAILURE_STRING = "missing type declaration" ;
Original file line number Diff line number Diff line change 1
1
/// <reference path="../../node_modules/typescript/lib/typescriptServices.d.ts" />
2
- /// <reference path="../../node_modules/gulp-tslint/node_modules/ tslint/lib/tslint.d.ts" />
2
+ /// <reference path="../../node_modules/tslint/lib/tslint.d.ts" />
3
3
4
4
export class Rule extends Lint . Rules . AbstractRule {
5
5
public static FAILURE_STRING = "missing type declaration" ;
You can’t perform that action at this time.
0 commit comments