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 1ccb315 commit 083fe4bCopy full SHA for 083fe4b
packages/mongodb-build-info/package.json
@@ -33,7 +33,18 @@
33
"directory": "packages/mongodb-build-info"
34
},
35
"license": "Apache-2.0",
36
- "main": "./dist/index.js",
+ "main": "dist/index.js",
37
+ "types": "./dist/index.d.ts",
38
+ "exports": {
39
+ "require": {
40
+ "default": "./dist/index.js",
41
+ "types": "./dist/index.d.ts"
42
+ },
43
+ "import": {
44
+ "default": "./dist/.esm-wrapper.mjs",
45
46
+ }
47
48
"scripts": {
49
"bootstrap": "npm run compile",
50
"prepublishOnly": "npm run compile",
0 commit comments