fix(ts): add strict file & type imports

This commit is contained in:
Ritesh Ghosh
2023-11-22 13:55:59 +05:30
parent 1f3b98f191
commit 5d2b27270c
10 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { RequestHandler } from "express";
import { scrapeHomePage } from "../parsers";
import { type RequestHandler } from "express";
import { scrapeHomePage } from "../parsers/index.js";
// /anime/home
const getHomePageInfo: RequestHandler<