Skip to content

Commit

Permalink
update plugin export types
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Jun 27, 2023
1 parent 855b420 commit 7bd798a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@
"require": "./dist/cjs/plugin/schemaReporting/index.js"
},
"./plugin/subscriptionCallback": {
"types": "./dist/esm/plugin/subscriptionCallback/index.d.ts",
"types": {
"require": "./dist/cjs/plugin/subscriptionCallback/index.d.ts",
"default": "./dist/esm/plugin/subscriptionCallback/index.d.ts"
},
"import": "./dist/esm/plugin/subscriptionCallback/index.js",
"require": "./dist/cjs/plugin/subscriptionCallback/index.js"
},
Expand Down

0 comments on commit 7bd798a

Please sign in to comment.