From 6a4387f220ccd0200ca371b3f045b770a5ea2e78 Mon Sep 17 00:00:00 2001 From: Dennis Jauernig Date: Mon, 19 Sep 2022 09:59:27 +0200 Subject: [PATCH] fix(types): js.type --- lib/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types.d.ts b/lib/types.d.ts index f540c12..fb30aa2 100644 --- a/lib/types.d.ts +++ b/lib/types.d.ts @@ -6,7 +6,7 @@ export interface Config { js: { enabled: boolean; path: string; - type: commonjs | module; + type: "commonjs" | "module"; }; css: { enabled: boolean;