Created
April 5, 2024 16:22
-
-
Save Klerith/e7a9d974030dc3d3240bfd80155d3e8d to your computer and use it in GitHub Desktop.
Archivo de configuración de TypeScript para Vitest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "./tsconfig.app.json", | |
"exclude": [], | |
"compilerOptions": { | |
"composite": true, | |
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo", | |
"lib": [], | |
"types": ["node", "jsdom", "vitest/globals"] | |
} | |
} |
Gracias profe!!!!
¡Gracias Fernando!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gracias Profe