Skip to content

Commit 4188dad

Browse files
authored
Merge pull request #1756 from progfay/package-json-exports-types
set `exports.types` of `package.json`
2 parents ca8f6be + b52a544 commit 4188dad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
],
99
"main": "./out/index.cjs",
1010
"module": "./out/index.mjs",
11-
"types": "./out/types/index.d.ts",
11+
"types": "./out/index.d.ts",
1212
"unpkg": "./out/scrapbox-parser.umd.js",
1313
"exports": {
14+
"types": "./out/index.d.ts",
1415
"import": "./out/index.mjs",
1516
"require": "./out/index.cjs",
1617
"node": "./out/index.mjs",

0 commit comments

Comments
 (0)