Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

setup typescript

# 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
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #setup #typescript
ADD COMMENT
Topic
Name
7+1 =