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

This commit is contained in:
ergz
2023-07-02 01:06:08 -07:00

4
jest.config.ts Normal file
View File

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