Skip to content

gusdellac/tsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPESCRIPT

Comandos utiles

npm i -g typescript (global) || npm i typescript --save-dev (local)

tsc -v (versión typescript)

tsc script.ts (compilar a js)

tsc script.ts -w (escucha cambios en archivo .ts y compila)

tsc -init (inicia proyecto typescript, tsconfig.json)

tsc -w (escucha cambios en archivos .ts y compila, es necesario tener tsconfig.json, es decir haber iniciado un proyecto tsc)

About

Typescript | POO | SOLID

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published