diff --git a/src/utils.ts b/src/utils.ts index 58e990e..8c983fa 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -13,6 +13,7 @@ export function getDirname() { if (typeof __dirname !== 'undefined') { return __dirname; } + // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore return path.dirname(fileURLToPath(import.meta.url)); }