feat(MED-161): move type to types file

This commit is contained in:
2025-09-17 11:16:50 +03:00
parent afac628bcf
commit e7650e3c32
8 changed files with 23 additions and 21 deletions

View File

@@ -16,7 +16,8 @@
"./events": "./src/events/index.tsx",
"./components/*": "./src/components/*.tsx",
"./registry": "./src/registry/index.ts",
"./config": "./src/config/index.ts"
"./config": "./src/config/index.ts",
"./types/*": "./src/types/*.ts"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",