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 4265e80 commit ab5fe47Copy full SHA for ab5fe47
package.json
@@ -3,10 +3,11 @@
3
"version": "0.0.0-development",
4
"description": "Helper functions which simplify working with TypeScript lambdas for AWS CDK.",
5
"exports": {
6
- ".": {
7
- "types": "./dist/index.d.ts",
8
- "import": "./dist/index.js",
9
- "node": "./dist/index.js"
+ "./*": {
+ "import": {
+ "types": "./dist/*.d.ts",
+ "default": "./dist/*.js"
10
+ }
11
}
12
},
13
"type": "module",
0 commit comments