Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

setup typescript project

# 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
 
PREVIOUS NEXT
Tagged: #setup #typescript #project
ADD COMMENT
Topic
Name
9+5 =