initial brand new nest project

This commit is contained in:
Joe Arndt 2025-12-10 10:36:26 -06:00
parent ec507aff6c
commit 8fe4b82026
17 changed files with 10161 additions and 112 deletions

9
test/jest-e2e.json Normal file
View file

@ -0,0 +1,9 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}