diff --git a/records/new/userland-migrations_correct-ts-specifiers b/records/new/userland-migrations_correct-ts-specifiers new file mode 100644 index 0000000..38905d9 --- /dev/null +++ b/records/new/userland-migrations_correct-ts-specifiers @@ -0,0 +1,5 @@ +{ + "action": "post", + "account": "NODEJS_ORG", + "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" +}