🏷️Typescript
The Basics
Installation and run .ts
npm i -D typescript
- install typescript in project./node_modules/typescript/bin/tsc
- createtsconfigjson
and compile typescript filenpm install -D ts-node
and runts-node hello.ts
node lib/hello.ts
Last updated