File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 66 "require" : " dist/index.cjs" ,
77 "types" : " dist/index.d.ts" ,
88 "exports" : {
9- "import " : {
9+ ". " : {
1010 "types" : " ./dist/index.d.ts" ,
11- "default" : " ./dist/index.js"
12- },
13- "require" : {
14- "types" : " ./dist/index.d.cts" ,
15- "default" : " ./dist/index.cjs"
11+ "import" : " ./dist/index.js" ,
12+ "require" : " ./dist/index.cjs"
1613 }
1714 },
1815 "author" : " LiveKit" ,
2522 " README.md"
2623 ],
2724 "scripts" : {
28- "build" : " tsup --onSuccess \" pnpm build:types\" " ,
29- "build:types" : " tsc --declaration --emitDeclarationOnly && node ../../scripts/copyDeclarationOutput.js" ,
25+ "build" : " tsup --onSuccess \" tsc --declaration --emitDeclarationOnly\" " ,
3026 "clean" : " rm -rf dist" ,
3127 "clean:build" : " pnpm clean && pnpm build" ,
3228 "lint" : " eslint -f unix \" src/**/*.{ts,js}\" " ,
You can’t perform that action at this time.
0 commit comments