Initial commit

This commit is contained in:
Leandro Costa 2023-01-26 18:33:18 -03:00
parent ec65720e99
commit 53c3fbffe6
8 changed files with 2604 additions and 0 deletions

5
jest.config.js Normal file
View file

@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};