Skip to content

Commit

Permalink
Add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Sep 19, 2023
1 parent e36f502 commit 7b1c83c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions patches/lighthouse+10.4.0.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
diff --git a/node_modules/lighthouse/core/index.d.cts b/node_modules/lighthouse/core/index.d.cts
index 1c399e1..ec55bf3 100644
index 1c399e1..23c3d1f 100644
--- a/node_modules/lighthouse/core/index.d.cts
+++ b/node_modules/lighthouse/core/index.d.cts
@@ -1,4 +1,5 @@
@@ -1,4 +1,6 @@
export = lighthouse;
/** @type {import('./index.js')['default']} */
+// Otherwise TS is confused when using ES types in CJS.
+// @ts-ignore
declare const lighthouse: typeof import("./index.js")['default'];
//# sourceMappingURL=index.d.cts.map

0 comments on commit 7b1c83c

Please sign in to comment.