refactor: clean up unused imports and styles
- Remove unused `MessageTypeDef` imports in `ComposePanel` and `DynamicForm` - Remove unused `schema` memo in `DynamicForm` - Update `FieldInput` label class to use `shrink-0` instead of `flex-shrink-0` - Exclude test files from `tsconfig.cli.json`
This commit is contained in:
+1
-1
@@ -16,5 +16,5 @@
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
},
|
||||
"include": ["src/cli/**/*"],
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"exclude": ["node_modules", "dist", "src/**/*.test.ts"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user