Answers for "setup ts"

3

setup ts

# Mind this is a simple setup, consider reading official documentation for project setup
mkdir typescript-project
cd typescript-project
npm i typescript --save-dev
npx tsc --init
touch index.ts
npx tsc index.ts && node index.js
Posted by: Guest on April-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language