se inicializó nest

This commit is contained in:
evenegas
2025-06-11 10:46:45 -06:00
commit 478520938f
16 changed files with 12176 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"
}
}