Skip to content

Commit 1461337

Browse files
committed
Remove duplicate profoundlogic__hogan.d.ts from scripts directory
The type definitions in typings/ directory are sufficient. Updated the triple-slash reference in scripts/hulk.ts to point to the correct location.
1 parent cab8530 commit 1461337

File tree

2 files changed

+1
-53
lines changed

2 files changed

+1
-53
lines changed

scripts/hulk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
17-
/// <reference path="./profoundlogic__hogan.d.ts" />
17+
/// <reference path="../typings/profoundlogic__hogan.d.ts" />
1818

1919
import * as path from 'path';
2020
import * as fs from 'fs';

scripts/profoundlogic__hogan.d.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)