Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created April 5, 2024 16:22
Show Gist options
  • Save Klerith/e7a9d974030dc3d3240bfd80155d3e8d to your computer and use it in GitHub Desktop.
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!

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