build-number-generator icon indicating copy to clipboard operation
build-number-generator copied to clipboard

Types are missing in exports

Open astrocreep opened this issue 9 months ago • 0 comments

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.

astrocreep avatar Mar 03 '25 07:03 astrocreep