feat: add @tower/config package with env validation

This commit is contained in:
2026-05-27 13:43:47 +05:30
parent bc0017aafb
commit d3b48ea589
5 changed files with 102 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
};