Skip to content

Commit

Permalink
fix(types): revert dts-buddy to avoid hiding types in use from consum…
Browse files Browse the repository at this point in the history
…ers (#191)
  • Loading branch information
dominikg authored Aug 31, 2024
1 parent 0918b1f commit 4b2c4fb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-grapes-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tsconfck': patch
---

fix missing types issue in 3.1.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@changesets/cli": "^2.27.7",
"@eslint/js": "^9.9.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"dts-buddy": "^0.5.2",
"dts-buddy": "^0.4.7",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/tsconfck/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ declare module 'tsconfck' {
*/
result: any;
}

export {};
}

//# sourceMappingURL=index.d.ts.map
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b2c4fb

Please sign in to comment.