Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.24 KB

Belajar TypeScript

Materials

Setup Node JS Project

Setup TypeScript Project

  • install TypeScript
  • Ubah ke TypeScript Project npx tsc --init
  • Ubah module": "commonjs" ke JavaScript Module module": "ES6" di tsconfig.json
  • config using json in babel.config.json JEST menggunakan TypeScript
  • install JEST Typescript
  • install JEST Global

Run Test

  • run npx jest with JEST
  • run npm test with NPM

Kompilasi TypeScript

  • run npx tsc untuk compile TypeScript ke JavaScript