node-native-ocr icon indicating copy to clipboard operation
node-native-ocr copied to clipboard

types / dist missing in currently published version

Open bkniffler opened this issue 7 months ago • 0 comments

Package.json uses dist/index.d.ts path, but it is not actually included in the published package

{
  "name": "node-native-ocr",
  "version": "0.3.9",
  "description": "Native Node.js bindings for the Tesseract OCR project.",
  "gypfile": true,
  "main": "lib/index.js",
  "module": "src/index.js",
  "types": "./dist/index.d.ts",
Bildschirmfoto 2023-12-09 um 10 43 11

bkniffler avatar Dec 09 '23 09:12 bkniffler