mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
723c6bf4eb
* publish beta * feat: 添加 ui ConfirmBox * feat: 补充 confirmBox ui 控件, 并将 pickerContainer 改成 confirmBox 实现 * PickerContainer title 逻辑不变动 * 暴露 InputTableColumnProps * 调整 ts 定义 * 升级 react-hook-form * inputTable 补充数组本身的验证 * Combo 也支持内部数组的验证 * 调整内部验证 * 调整目录
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "./lib",
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
]
|
|
},
|
|
"include": ["src/**/*", "examples/**/*", "__tests__/**/*", "src/custom.d.ts"],
|
|
"references": [{"path": "../amis-core"}]
|
|
}
|