diff --git a/packages/compress-stringify/typescript/package.json b/packages/compress-stringify/typescript/package.json index b82c368fa..ae8745ded 100644 --- a/packages/compress-stringify/typescript/package.json +++ b/packages/compress-stringify/typescript/package.json @@ -4,7 +4,7 @@ "description": "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.", "type": "module", "module": "./dist/bundles/compress-stringify.js", - "types": "./dist/index.d.ts", + "types": "./dist/src/index.d.ts", "exports": { ".": { "browser": "./dist/bundles/compress-stringify.js", diff --git a/packages/dicom/typescript/package.json b/packages/dicom/typescript/package.json index 74771e585..46c753fa0 100644 --- a/packages/dicom/typescript/package.json +++ b/packages/dicom/typescript/package.json @@ -4,7 +4,7 @@ "description": "Read files and images related to DICOM file format.", "type": "module", "module": "./dist/bundles/dicom.js", - "types": "./dist/index.d.ts", + "types": "./dist/src/index.d.ts", "exports": { ".": { "browser": "./dist/bundles/dicom.js", diff --git a/src/bindgen/typescript/resources/template.package.json b/src/bindgen/typescript/resources/template.package.json index c11326c71..6becb4d0f 100644 --- a/src/bindgen/typescript/resources/template.package.json +++ b/src/bindgen/typescript/resources/template.package.json @@ -4,7 +4,7 @@ "description": "", "type": "module", "module": "./dist/bundles/bundle-name.js", - "types": "./dist/index.d.ts", + "types": "./dist/src/index.d.ts", "exports": { ".": { "browser": "./dist/bundles/bundle-name.js",