Merge branch 'main' of github.com:ergz/tlacyl

This commit is contained in:
ergz 2023-07-02 01:06:08 -07:00
commit af3bc40f44
1 changed files with 4 additions and 0 deletions

4
jest.config.ts Normal file
View File

@ -0,0 +1,4 @@
// jest.config.js
module.exports = {
preset: 'ts-jest',
};