fix(ts): add strict file imports

This commit is contained in:
Ritesh Ghosh
2023-11-22 13:48:50 +05:30
parent 3a414555f2
commit 2cb44a6c75
+2 -3
View File
@@ -6,8 +6,7 @@ import {
SRC_SEARCH_URL,
USER_AGENT_HEADER,
ACCEPT_ENCODING_HEADER,
} from "./constants";
} from "./constants.js";
import {
extractAnimes,
substringAfter,
@@ -15,7 +14,7 @@ import {
retrieveServerId,
extractTop10Animes,
extractMostPopularAnimes,
} from "./methods";
} from "./methods.js";
export {
SRC_AJAX_URL,