Skip to content

Commit ccb4ed4

Browse files
AllanZhengYPkstich
authored andcommitted
update client package entry point and types folder
1 parent 02e5cb5 commit ccb4ed4

File tree

1 file changed

+2
-2
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+2
-2
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"build:es": "tsc -p tsconfig.es.json",
1818
"build": "yarn pretest && yarn build:es"
1919
},
20-
"main": "./index.js",
21-
"types": "./index.d.ts",
20+
"main": "./dist/cjs/index.js",
21+
"types": "./types/index.d.ts",
2222
"module": "./dist/es/index.js",
2323
"browser": {
2424
"./runtimeConfig": "./runtimeConfig.browser"

0 commit comments

Comments
 (0)