Skip to content

Commit

Permalink
Move types output to /es
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jul 8, 2021
1 parent 445ce8b commit 53bba18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "github:reduxjs/react-redux",
"bugs": "https://github.com/reduxjs/react-redux/issues",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"types": "./es/index.d.ts",
"unpkg": "dist/react-redux.js",
"module": "es/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"jsx": "react",
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./lib",
"outDir": "./es",
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*", "types"],
Expand Down

0 comments on commit 53bba18

Please sign in to comment.