Skip to content

chore: add explicit return types and declaration settings for safer and faster builds#969

Open
PatrykWalach wants to merge 5 commits intoisographlabs:mainfrom
PatrykWalach:isolated-declarations
Open

chore: add explicit return types and declaration settings for safer and faster builds#969
PatrykWalach wants to merge 5 commits intoisographlabs:mainfrom
PatrykWalach:isolated-declarations

Conversation

@PatrykWalach
Copy link
Copy Markdown
Member

@PatrykWalach PatrykWalach commented Mar 1, 2026

Enabling isolatedDeclarations means we can emit .d.ts files without running typescript compiler. We will be able to build all libs in parallel then typecheck all libs in parallel. Right now we are doing typecheck in topological order

@PatrykWalach PatrykWalach changed the title add explicit return types and declaration settings for safer builds add explicit return types and declaration settings for safer and faster builds Mar 1, 2026
@PatrykWalach PatrykWalach marked this pull request as ready for review March 1, 2026 14:41
@PatrykWalach PatrykWalach changed the title add explicit return types and declaration settings for safer and faster builds chore: add explicit return types and declaration settings for safer and faster builds Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant