docs: clarify TypeScript type stripping behavior - #76
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Adds explicit guidance that Node.js does not type check at runtime and recommends running Reviewed by Cursor Bugbot for commit f1b2e1c. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/typescript Please review the changes when you have a chance. Thank you! 🙏 |
Summary:
tsc --noEmitfor type checking.Verification:
npm run format:check -- pages/typescript/run-natively.mdnpm run lint -- pages/typescript/run-natively.mdnpm run buildRefs: #34