Files
kami_frontend/.hintrc
danial 36c8171b4c refactor(src): 优化多个组件的结构和类型定义
- 修改 .hintrc 文件,禁用 TypeScript 严格模式
- 更新多个组件中的 div 包裹结构为 fragment
- 优化部分组件的属性类型定义
- 移除一些不必要的属性和导入
2025-01-03 01:12:57 +08:00

8 lines
96 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"typescript-config/strict": "off"
}
}