chore(build): add TypeScript support to toolchain - #11000
Merged
Conversation
Add @babel/preset-typescript, typescript devDep, tsconfig.json, and wire .ts/.tsx extensions into webpack, eslint, lint-staged, and babel configs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bump target from ES2020 to ES2023 and add DOM.Iterable to match Node 24 and modern browser capabilities already targeted by browserslist. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…iles Downgrade typescript from 7.0.2 to 6.0.3 for toolchain compatibility. Update CLAUDE.md to require all new files be written in TypeScript (.ts/.tsx). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
robert-hebel-sb
force-pushed
the
chore/add-typescript-support
branch
from
August 17, 2026 13:22
6784361 to
7ce1bb5
Compare
Pointer to ./src/index.d.ts does not exist. Remove until declaration emit is properly wired up to dist/types/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace noEmit with emitDeclarationOnly to generate .d.ts files on tsc runs. Add isolatedModules for Babel compat, esModuleInterop, allowSyntheticDefaultImports, rootDir and outDir for declaration output. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
glowcloud
approved these changes
Aug 18, 2026
cka121
approved these changes
Aug 18, 2026
Contributor
|
🎉 This PR is included in version 5.32.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add @babel/preset-typescript, typescript devDep, tsconfig.json, and wire .ts/.tsx extensions into webpack, eslint, lint-staged, and babel configs.