- Tutorial TypeScript Dasar - Bahasa Indonesia
- Tutorial Typecript Object Oriented Programming - Bahasa Indonesia
- run
npm init
- install JEST
- install JEST Using BABEL
- add script in
package.json
BABEL JEST
- install TypeScript
- Ubah ke TypeScript Project
npx tsc --init
- Ubah
module": "commonjs"
ke JavaScript Modulemodule": "ES6"
ditsconfig.json
- config using json in
babel.config.json
JEST menggunakan TypeScript - install JEST Typescript
- install JEST Global
- run
npx jest
with JEST - run
npm test
with NPM
- run
npx tsc
untuk compile TypeScript ke JavaScript