Skip to content

danielalvarezm/typescript-boilerplate

Repository files navigation

Typescript boilerplate 🖥️

Versions 🛠️

Package Version Logo
Typescript 5.0.2 Typescript
Jest 29.5.0 Jest
ESLint 8.36.0 ESLint

Notes 📋

Use npm install to install all dependencies.

Added .vscode folder for the following reasons:

If you don't want to use Visual Studio Code, delete the .vscode folder. By doing so, you will not have the 2 functionalities explained above.

The package-lock.json file has been maintained to avoid possible updates that could break some functionality.

Plantilla de Typescript 🖥️

Versiones 🛠️

Paquete Versión Logo
Typescript 5.0.2 Typescript
Jest 29.5.0 Jest
ESLint 8.36.0 ESLint

Notas 📋

Use npm install para instalar todas las dependencias.

Se agregó la carpeta .vscode por las siguientes razones:

  • Habilitar el linting al guardar con ESLint. Si no desea esta opción, elimine el fichero .vscode/settings.json
  • Configuración del debugger. Si no desea esta opción, elimine el archivo .vscode/launch.json

Si no desea usar Visual Studio Code, elimine la carpeta .vscode. Al hacerlo, no dispondrá de las 2 funcionalidades explicadas justo encima.

Se ha mantenido el fichero package-lock.json para evitar posibles actualizaciones que puedan romper alguna funcionalidad.