Package | Version | Logo |
---|---|---|
Typescript | 5.0.2 | |
Jest | 29.5.0 | |
ESLint | 8.36.0 |
Use npm install
to install all dependencies.
Added .vscode folder for the following reasons:
- Enable linting on save with ESLint. If you don't want this option, delete the .vscode/settings.json file
- Debugger configuration. If you don't want this option, delete the .vscode/launch.json file
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.
Paquete | Versión | Logo |
---|---|---|
Typescript | 5.0.2 | |
Jest | 29.5.0 | |
ESLint | 8.36.0 |
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.