Skip to content

Commit 280bce1

Browse files
authored
fix: make manifest type match readme doc (#282)
1 parent 721f4a5 commit 280bce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { beforeRunHook, emitHook, getCompilerHooks, normalModuleLoaderHook } fro
1010

1111
const emitCountMap: EmitCountMap = new Map();
1212

13-
export type Manifest = Record<string, string>;
13+
export type Manifest = Record<string, any>;
1414

1515
export interface InternalOptions {
1616
[key: string]: any;

0 commit comments

Comments
 (0)