feat: typescript

This commit is contained in:
Leandro Costa 2024-06-17 20:11:08 -03:00
parent 7d82ee0dd1
commit fed2ff4adf
10 changed files with 2822 additions and 3004 deletions

5
jest.config.js Normal file
View file

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