Typescript Commands #Quick Notes.

Ajay Baraiya - Sep 17 '22 - - Dev Community
1) npm i -D typescript // Install typescript in development dependencies.
2) npx tsc example.ts // Compile example.ts file in terminal.
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . .