Skip to content

Commit c55ad93

Browse files
committed
fix: πŸ› another type error 🀷
1 parent fb9a9cb commit c55ad93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@
145145
"optional": true
146146
}
147147
}
148-
}
148+
}

Diff for: β€Žsrc/autoProcess.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function autoPreprocess(
126126
if (typeof nameOpts === 'function') return nameOpts;
127127
if (aliasOpts === false || nameOpts === false) return false;
128128

129-
const opts: TransformerOptions<unknown> = {};
129+
const opts: Record<string, any> = {};
130130

131131
if (typeof nameOpts === 'object') {
132132
Object.assign(opts, nameOpts);

0 commit comments

Comments
Β (0)