update typings entry

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent ccb2dd0562
commit 42a205e4c5
4 changed files with 7 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
"module": "es/rrweb/entries/all.js",
"unpkg": "dist/rrweb.js",
"sideEffects": false,
"typings": "typings/index.d.ts",
"typings": "typings/entries/all.d.ts",
"files": [
"dist",
"lib",

2
typings/entries/all.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
export * from '../index';
export * from '../packer';

2
typings/entries/record-pack.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
export * from '../record/index';
export * from '../packer/pack';

2
typings/entries/replay-unpack.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
export * from '../replay';
export * from '../packer/unpack';