We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ccd34 commit c9fa37eCopy full SHA for c9fa37e
package.json
@@ -3,7 +3,11 @@
3
"version": "1.1.0",
4
"description": "Project generator for @openapi-typescript-infra services",
5
"type": "module",
6
- "exports": "./build/index.js",
+ "exports": {
7
+ ".": "./build/index.js",
8
+ "./api": "./build/apiProject.js",
9
+ "./handlers": "./build/handlers.js"
10
+ },
11
"author": "Max Metral <[email protected]>",
12
"license": "MIT",
13
"config": {
0 commit comments