npm install -g typescript
npm install --save-dev typescript
npx tsc --init
npx tsc --watch || tsc --watch (if TypeScript is installed globally)
RyomenDev/TypeScript
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install -g typescript
npm install --save-dev typescript
npx tsc --init
npx tsc --watch || tsc --watch (if TypeScript is installed globally)