Skip to content

Commit 1ed9c89

Browse files
Announce release of correct-ts-specifiers userland migration (#122)
* announce release of correct-ts-specifiers userland migration * fixup!: add simple usage example
1 parent 3fedbeb commit 1ed9c89

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"action": "post",
3+
"account": "NODEJS_ORG",
4+
"richText": "We've published a codemod to automatically migrate codebases using legacy tsc imports to standard ones that run in node!\n\nimport Foo from './foo' → import type Foo from './foo/index.ts'\n\nhttps://codemod.com/registry/nodejs-correct-ts-specifiers"
5+
}

0 commit comments

Comments
 (0)