Skip to content

Commit

Permalink
Merge pull request #159 from damyanpetev/type-declarations-node16
Browse files Browse the repository at this point in the history
fix: types declaration resolution with node16/next
  • Loading branch information
break-stuff authored Jan 20, 2025
2 parents a896e1b + 475ca61 commit 6e234fe
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/cem-inheritance/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/custom-jsdoc-tags/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/deprecator/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/expanded-types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/jet-brains-integration/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/jsx-integration/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/react-wrappers/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/solidjs-integration/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/svelte-integration/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/vs-code-integration/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";
2 changes: 1 addition & 1 deletion packages/vuejs-integration/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index";
export * from "./dist/index.js";

0 comments on commit 6e234fe

Please sign in to comment.