diff --git a/main/index.mjs b/main/index.mjs index aa2f822..4946f72 100644 --- a/main/index.mjs +++ b/main/index.mjs @@ -27303,6 +27303,6 @@ async function main() { } } main(); -//# sourceMappingURL=main.mjs.map + })(); diff --git a/tsconfig.json b/tsconfig.json index efec48a..52bc86a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "module": "node16", "declaration": true, "outDir": "dist", - "sourceMap": true, "target": "es2022", "skipLibCheck": true },