- 修改 .hintrc 文件,禁用 TypeScript 严格模式 - 更新多个组件中的 div 包裹结构为 fragment - 优化部分组件的属性类型定义 - 移除一些不必要的属性和导入
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
{
|
|
"extends": [
|
|
"development"
|
|
],
|
|
"hints": {
|
|
"typescript-config/strict": "off"
|
|
}
|
|
} |