TL;DR. npm init -y; yarn add -DE typescript; npx tsc --init; echo console.log('Hello from TypeScript'); > index.ts; npx tsc; node index.js.
確定! 回上一頁