Skip to content

Commit

Permalink
fix(types): js.type
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnsjrng committed Sep 19, 2022
1 parent f456382 commit 6a4387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface Config {
js: {
enabled: boolean;
path: string;
type: commonjs | module;
type: "commonjs" | "module";
};
css: {
enabled: boolean;
Expand Down

0 comments on commit 6a4387f

Please sign in to comment.