se inicializó el proyecto

This commit is contained in:
evenegas
2025-06-04 14:36:52 -06:00
commit 0b57fdf3c3
21 changed files with 12985 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}