Skip to content

Commit f00f2bd

Browse files
committed
chore: initial commit
0 parents  commit f00f2bd

9 files changed

+6404
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

jest.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
preset: 'ts-jest',
3+
}

0 commit comments

Comments
 (0)