build-number-generator
build-number-generator copied to clipboard
Types are missing in exports
Please add the types to the export in package.json.
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./lib/index.d.ts"
},
Otherwise setting moduleResolution to bundler will not work.