Closed BYK closed 2 months ago
This patch streamlines our tsconfigs across packages, always emitting .d.ts files (and only them) with using src as the root to avoid the dist/src/something.d.ts scenario entirely.
tsconfig
.d.ts
src
dist/src/something.d.ts
Got into this while trying to fix #354 elegantly but failed.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This patch streamlines our
tsconfig
s across packages, always emitting.d.ts
files (and only them) with usingsrc
as the root to avoid thedist/src/something.d.ts
scenario entirely.Got into this while trying to fix #354 elegantly but failed.