Skip to content

Instantly share code, notes, and snippets.

View Yhomarth's full-sized avatar
💻
Learning and practicing

Yhomarth Yhomarth

💻
Learning and practicing
View GitHub Profile
@Klerith
Klerith / pasos-node-typescript.md
Last active December 2, 2025 02:08
Configurar proyecto de Node con TypeScript

Pasos para usar Node con TypeScript con Nodemon

Más información - Docs Oficiales

  1. Instalar TypeScript y tipos de Node, como dependencia de desarrollo
npm i -D typescript @types/node
  1. Inicializar el archivo de configuración de TypeScript ( Se puede configurar al gusto)