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
+19
View File
@@ -0,0 +1,19 @@
{
"name": "@tower/types",
"version": "0.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"devDependencies": {
"typescript": "^5.7.0"
}
}