Basic Structure

This commit is contained in:
2025-08-24 15:16:02 -05:00
parent 797fb638f4
commit 9a176a7735
11 changed files with 139 additions and 8 deletions

4
jest.config.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};