Skip to content

Commit

Permalink
fix: make manifest type match readme doc (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1heng committed Jan 11, 2022
1 parent 721f4a5 commit 280bce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { beforeRunHook, emitHook, getCompilerHooks, normalModuleLoaderHook } fro

const emitCountMap: EmitCountMap = new Map();

export type Manifest = Record<string, string>;
export type Manifest = Record<string, any>;

export interface InternalOptions {
[key: string]: any;
Expand Down

0 comments on commit 280bce1

Please sign in to comment.