Typescript Node Execution Compatibility

Use this skill to statically review whether TypeScript code runs on the stated target Node version and is type-checked somewhere before production: type-stripping limits, runtime-unsupported syntax, proof of a separate `tsc --noEmit` gate, `paths`-alias and import-extension requirements, and Node version/API gating. Reads source, the run command, CI configuration, and every `tsconfig.json` only; it never executes code and never assumes a Node version.

VincentChuWaiChow 8425e94 6 files · 12.8 KB Updated

File contents

VincentChuWaiChow/vanguard-frontier-agentic/tree/main/skills/typescript/typescript-node-execution-compatibility commit 8425e94e0a

Frequently asked questions

npx skillmds@latest add vincentchuwaichow/typescript-node-execution-compatibility