feat: initial commit

This commit is contained in:
Zach Caceres
2024-12-17 18:05:36 -07:00
commit 2dea4318b9
10 changed files with 3724 additions and 0 deletions

4
jest.config.js Normal file
View File

@ -0,0 +1,4 @@
export default {
preset: "ts-jest",
testEnvironment: "node",
};