Skip to content

Commit

Permalink
fix: angular esm exports (#5549)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed May 12, 2024
1 parent e849508 commit 8a55517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/angular-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/esm2022/index.mjs",
"esm": "./build/lib/esm2022/index.mjs",
"esm2022": "./build/lib/esm2022/index.mjs",
"default": "./build/lib/fesm2022/tanstack-angular-table.mjs"
},
"./package.json": {
Expand Down

0 comments on commit 8a55517

Please sign in to comment.