Skip to content

Commit 6a4387f

Browse files
committed
fix(types): js.type
1 parent f456382 commit 6a4387f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface Config {
66
js: {
77
enabled: boolean;
88
path: string;
9-
type: commonjs | module;
9+
type: "commonjs" | "module";
1010
};
1111
css: {
1212
enabled: boolean;

0 commit comments

Comments
 (0)