diff options
| author | Ritesh Ghosh <[email protected]> | 2023-11-22 13:46:06 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-11-22 13:46:06 +0530 |
| commit | f9646c2bf8cea3c03214a7c926de776b9ab8f76d (patch) | |
| tree | d732950ac4634198ab0a8ab200250fb5f1ba7553 /src | |
| parent | 784a5850a6f305718c53a19ce1eb9391cf478373 (diff) | |
| download | aniwatch-api-f9646c2bf8cea3c03214a7c926de776b9ab8f76d.tar.xz aniwatch-api-f9646c2bf8cea3c03214a7c926de776b9ab8f76d.zip | |
fix(ts): add strict file imports
Diffstat (limited to 'src')
| -rw-r--r-- | src/extractors/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
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 }; |
