Skip to content

Commit c9fa37e

Browse files
committed
fix(export): add individual exports
1 parent 33ccd34 commit c9fa37e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "1.1.0",
44
"description": "Project generator for @openapi-typescript-infra services",
55
"type": "module",
6-
"exports": "./build/index.js",
6+
"exports": {
7+
".": "./build/index.js",
8+
"./api": "./build/apiProject.js",
9+
"./handlers": "./build/handlers.js"
10+
},
711
"author": "Max Metral <[email protected]>",
812
"license": "MIT",
913
"config": {

0 commit comments

Comments
 (0)