fix(tslint): fix d.ts file paths for node_modules dependencies
This commit is contained in:
parent
4b0013c7e7
commit
2628631aff
|
@ -1,5 +1,5 @@
|
|||
/// <reference path="../../node_modules/typescript/lib/typescriptServices.d.ts" />
|
||||
/// <reference path="../../node_modules/gulp-tslint/node_modules/tslint/lib/tslint.d.ts" />
|
||||
/// <reference path="../../node_modules/tslint/lib/tslint.d.ts" />
|
||||
|
||||
export class Rule extends Lint.Rules.AbstractRule {
|
||||
public static FAILURE_STRING = "missing type declaration";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/// <reference path="../../node_modules/typescript/lib/typescriptServices.d.ts" />
|
||||
/// <reference path="../../node_modules/gulp-tslint/node_modules/tslint/lib/tslint.d.ts" />
|
||||
/// <reference path="../../node_modules/tslint/lib/tslint.d.ts" />
|
||||
|
||||
export class Rule extends Lint.Rules.AbstractRule {
|
||||
public static FAILURE_STRING = "missing type declaration";
|
||||
|
|
Loading…
Reference in New Issue