Skip to content

Add ts6to7 to CLI tools#166

Open
zi-gae wants to merge 1 commit into
semlinker:masterfrom
zi-gae:add-ts6to7
Open

Add ts6to7 to CLI tools#166
zi-gae wants to merge 1 commit into
semlinker:masterfrom
zi-gae:add-ts6to7

Conversation

@zi-gae

@zi-gae zi-gae commented Jul 9, 2026

Copy link
Copy Markdown

Adds ts6to7 to the Tools/Libraries → CLI section.

ts6to7 is a codemod that migrates a TypeScript 5 or 6 project to TypeScript 7 (tsgo), which went GA this week. It rewrites the tsconfig options TS7 removed (target: es5, module: umd, baseUrl, importsNotUsedAsValues, ...) in place — preserving comments and formatting — bumps the typescript dependency, and prints a checklist of everything it can't safely change. Try it with npx ts6to7 --dry.

Followed the guide: added at the end of the section, format consistent with existing items.

(Disclosure: I'm the author.)

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