Skip to content

Commit

Permalink
fix: revisit package exports to pass "are the types wrong" (#314)
Browse files Browse the repository at this point in the history
- a recent commit made the `exports` a bit simpler but displays 1 unexpected syntax error on [are the types wrong](https://arethetypeswrong.github.io/?p=slickgrid-react%403.1.0)
- use the same `exports` that we use in `multiple-select-vanilla` since that one doesn't display that error
  • Loading branch information
ghiscoding authored Mar 25, 2024
1 parent a6c7629 commit 62ea969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"node": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
Expand Down Expand Up @@ -183,4 +184,4 @@
"resolutions": {
"caniuse-lite": "1.0.30001599"
}
}
}

0 comments on commit 62ea969

Please sign in to comment.