From f9646c2bf8cea3c03214a7c926de776b9ab8f76d Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Wed, 22 Nov 2023 13:46:06 +0530 Subject: fix(ts): add strict file imports --- src/extractors/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/extractors/index.ts b/src/extractors/index.ts index e161a17..6a668e8 100644 --- a/src/extractors/index.ts +++ b/src/extractors/index.ts @@ -1,5 +1,5 @@ -import StreamSB from "./streamsb"; -import StreamTape from "./streamtape"; -import RapidCloud from "./rapidcloud"; +import StreamSB from "./streamsb.js"; +import StreamTape from "./streamtape.js"; +import RapidCloud from "./rapidcloud.js"; export { StreamSB, StreamTape, RapidCloud }; -- cgit v1.2.3