Skip to content

Commit 236625f

Browse files
authored
chore: change the rslib config (#1412)
1 parent dccb858 commit 236625f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/core/rslib.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ export default defineConfig({
7676
bundle: false,
7777
format: 'cjs',
7878
syntax: 'es2021',
79-
dts: {
80-
build: false,
81-
},
79+
dts: false,
8280
output: {
8381
filename: {
8482
js: '[name].cjs',

0 commit comments

Comments
 (0)