We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f456382 commit 6a4387fCopy full SHA for 6a4387f
lib/types.d.ts
@@ -6,7 +6,7 @@ export interface Config {
6
js: {
7
enabled: boolean;
8
path: string;
9
- type: commonjs | module;
+ type: "commonjs" | "module";
10
};
11
css: {
12
0 commit comments