- Instalar TypeScript y dem谩s dependencias
npm i -D typescript @types/node ts-node-dev rimraf
- Inicializar el archivo de configuraci贸n de TypeScript ( Se puede configurar al gusto)
npx tsc --init --outDir dist/ --rootDir src
Documentaci贸n oficial sobre Jest
npm install -D jest @types/jest ts-jest supertest
M谩s informaci贸n - Docs Oficiales
npm i -D typescript @types/node
You need to do this if you try this command:
ssh -T [email protected]and you get something that says
[email protected]: Permission denied (public key).