Skip to content

Commit

Permalink
Fix the type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 27, 2023
1 parent 8d14581 commit f9e9ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"start": "nodemon --watch src --exec npm run build -e ts,tsx"
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"types": "dist/index.d.ts",
"dependencies": {
"react-select": "5.7.7"
},
Expand Down

0 comments on commit f9e9ac2

Please sign in to comment.