We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc7fe5 commit ea0b393Copy full SHA for ea0b393
rslib.config.ts
@@ -1,5 +1,5 @@
1
import { defineConfig } from '@rslib/core';
2
3
export default defineConfig({
4
- lib: [{ format: 'esm', syntax: 'es2023' }],
+ lib: [{ syntax: 'es2023', dts: true }],
5
});
0 commit comments