summaryrefslogtreecommitdiff
path: root/cli/js/web/streams/strategies.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/streams/strategies.ts')
-rw-r--r--cli/js/web/streams/strategies.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/streams/strategies.ts b/cli/js/web/streams/strategies.ts
index 98fe0f91a..4c5b402c5 100644
--- a/cli/js/web/streams/strategies.ts
+++ b/cli/js/web/streams/strategies.ts
@@ -4,7 +4,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
// TODO reenable this lint here
-import { QueuingStrategy } from "../dom_types.ts";
+import { QueuingStrategy } from "../dom_types.d.ts";
export class ByteLengthQueuingStrategy
implements QueuingStrategy<ArrayBufferView> {