First working version

This commit is contained in:
2021-07-20 08:39:11 -04:00
parent c407fb2fc8
commit 399dfc5aa2
22 changed files with 22461 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"
}
}