Skip to content

Commit 1fcaa81

Browse files
committed
lie to typescript about cjs polyfill types
Re: #194
1 parent 36c50b7 commit 1fcaa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"default": "./dist/mjs/index.js"
1818
},
1919
"require": {
20-
"types": "./dist/cjs/index-cjs.d.ts",
20+
"types": "./dist/cjs/index.d.ts",
2121
"default": "./dist/cjs/index-cjs.js"
2222
}
2323
}

0 commit comments

Comments
 (0)