Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created April 5, 2024 16:22
Show Gist options
  • Select an option

  • Save Klerith/e7a9d974030dc3d3240bfd80155d3e8d to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/e7a9d974030dc3d3240bfd80155d3e8d to your computer and use it in GitHub Desktop.
Archivo de configuración de TypeScript para Vitest
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
"lib": [],
"types": ["node", "jsdom", "vitest/globals"]
}
}
@ErwinJV
Copy link

ErwinJV commented Jun 1, 2024

Gracias Profe

@TheSunLand7
Copy link

Gracias profe!!!!

@igidio
Copy link

igidio commented Jun 21, 2024

¡Gracias Fernando!

Copy link

ghost commented Apr 30, 2025

thx

@Samu31Nd
Copy link

Samu31Nd commented Aug 7, 2025

Gracias profesor Fernando!

@AlbeiroZerpa
Copy link

gracias profe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment