Skip to content

Commit

Permalink
fix: add /types export
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Dec 11, 2023
1 parent 7ffa901 commit 9a2dd4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"eslint.validate": ["typescript"],
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
}
}
3 changes: 2 additions & 1 deletion packages/next-safe-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"exports": {
".": "./dist/index.mjs",
"./hooks": "./dist/hooks.mjs"
"./hooks": "./dist/hooks.mjs",
"./types": "./dist/types.mjs"
},
"typesVersions": {
"*": {
Expand Down

0 comments on commit 9a2dd4f

Please sign in to comment.