Skip to content

Commit

Permalink
fix: type exports (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Apr 11, 2023
1 parent 720fce7 commit 38c1745
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,17 @@
"types": "./dist/src/car.d.ts",
"import": "./src/car.js"
},
"./codec": {
"types": "./dist/src/codec.d.ts",
"import": "./src/codec.js"
},
"./http": {
"types": "./dist/src/http.d.ts",
"import": "./src/http.js"
},
"./jwt": {
"types": "./dist/src/jwt.d.ts",
"import": "./src/jwt.js"
"./legacy": {
"types": "./dist/src/legacy.d.ts",
"import": "./src/legacy.js"
}
},
"c8": {
Expand Down

0 comments on commit 38c1745

Please sign in to comment.