diff --git a/src/path.ts b/src/path.ts index 11d9426..eea43f0 100644 --- a/src/path.ts +++ b/src/path.ts @@ -2,5 +2,6 @@ import { dirname } from "node:path"; import { fileURLToPath } from "node:url"; export default function () { + // @ts-ignore return dirname(fileURLToPath(import.meta.url)); }