We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc47bcb commit cc131d3Copy full SHA for cc131d3
package.json
@@ -3,6 +3,8 @@
3
"version": "3.4.10",
4
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths",
5
"type": "commonjs",
6
+ "main": "./dist/index.js",
7
+ "types": "types/index.d.ts",
8
"exports": {
9
".": {
10
"types": "./types/index.d.ts",
0 commit comments