No typescript errors
diff --git a/src/config/format.ts b/src/config/format.ts
index 9cd5211..53aba72 100644
--- a/src/config/format.ts
+++ b/src/config/format.ts
@@ -1,4 +1,5 @@
 import fs from "fs";
+// @ts-expect-error
 import * as readLine from "node:readline/promises";
 
 const defaultDict: Record<string, string | string[] | boolean> = {