diff --git a/rslib.config.ts b/rslib.config.ts index e41aa61..e5c0f8a 100644 --- a/rslib.config.ts +++ b/rslib.config.ts @@ -12,9 +12,9 @@ export default defineConfig({ syntax: ['node 18'], dts: true }, - // { - // format: 'cjs', - // syntax: ['node 18'], - // }, + { + format: 'cjs', + syntax: ['node 18'], + }, ], });