readme actualizado para la Rama

This commit is contained in:
2025-12-10 11:26:03 -03:00
parent 9df97a144a
commit 40186f76b3
20 changed files with 8858 additions and 20 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}