Skip to content

Commit f1cb953

Browse files
authored
fix: bundle ws types in declarations (#209)
1 parent 082dffe commit f1cb953

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

rslib.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ export default defineConfig({
77
syntax: 'es2023',
88
dts: {
99
bundle: {
10-
bundledPackages: ['chokidar', 'readdirp', 'connect-next', 'ws'],
10+
bundledPackages: [
11+
'chokidar',
12+
'readdirp',
13+
'connect-next',
14+
'ws',
15+
'@types/ws',
16+
],
1117
},
1218
},
1319
source: {

0 commit comments

Comments
 (0)