Skip to content

Commit

Permalink
feat: add section "compiling"
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadzakiakmal committed Apr 29, 2024
1 parent a4b907a commit 4f7d3c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/modul4.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ Pastikan sudah terinstal Node.js dan NPM di device, jika belum, bisa download di

Jika sudah, buka Command Prompt (CMD), kemudian ketikkan command `npm install -g typescript`, setelah itu, jalankan command `tsc` untuk memastikan intalasi sudah berjalan.

## **Compiling**
_Compiling_ adalah nama proses yang mengubah file TypeScript (.ts) menjadi JavaScript (.js).

Cara melakukan _compile_ adalah dengan command `tsc <nama-file>`.

0 comments on commit 4f7d3c3

Please sign in to comment.