feat: add @tower/ui and @tower/sdk shell packages

This commit is contained in:
2026-05-27 14:12:50 +05:30
parent dc3e33f7df
commit 8c51cf9ea8
6 changed files with 60 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"]
}