feat: add @tower/types shared package

This commit is contained in:
2026-05-27 13:42:15 +05:30
parent 0eff5f3c3f
commit bc0017aafb
4 changed files with 68 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"]
}