Skip to content

Commit 3e12ecb

Browse files
committed
fix: bad types
1 parent bd7fb43 commit 3e12ecb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/package.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/paths.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
/* eslint-disable @typescript-eslint/ban-ts-comment */
12
import {fileURLToPath} from 'url';
23

34
export const RESOLVE_HOOKS_PATH = fileURLToPath(
5+
// @ts-ignore
46
new URL('./impvol-hooks.js', import.meta.url),
57
);
68

9+
// @ts-ignore
710
export const IMPVOL_URL = new URL('./impvol.js', import.meta.url).href;

0 commit comments

Comments
 (0)