Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created April 5, 2024 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment