Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages