Skip to content

Commit

Permalink
fix(ts-client): schema module exports path
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Mar 23, 2024
1 parent b7c26f8 commit 2ad3e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"default": "./build/entrypoints/alpha/client.js"
}
},
"./alpha/types": {
"./alpha/schema": {
"import": {
"types": "./build/entrypoints/alpha/types.d.ts",
"default": "./build/entrypoints/alpha/types.js"
"types": "./build/entrypoints/alpha/schema.d.ts",
"default": "./build/entrypoints/alpha/schema.js"
}
}
},
Expand Down

0 comments on commit 2ad3e80

Please sign in to comment.