π·οΈTypescript
The Basics
Installation and run .ts
npm i -D typescript- install typescript in project./node_modules/typescript/bin/tsc- createtsconfigjsonand compile typescript filenpm install -D ts-nodeand runts-node hello.tsnode lib/hello.ts
Last updated