You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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>`.