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
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"]
}