Skip to content

Commit 1173734

Browse files
committed
bring back main and types
1 parent e73d4c1 commit 1173734

File tree

2 files changed

+988
-1009
lines changed

2 files changed

+988
-1009
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "3.4.10",
44
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths",
55
"type": "commonjs",
6+
"main": "./dist/index.js",
7+
"types": "types/index.d.ts",
68
"exports": {
79
".": {
810
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)