@rjsf/antd
Version:
Ant Design theme, fields and widgets for react-jsonschema-form
25 lines (24 loc) • 396 B
JSON
{
"extends": "../../../tsconfig.base.json",
"include": [
"./"
],
"compilerOptions": {
"rootDir": "./",
"outDir": "../lib",
"jsx": "react-jsx",
// Skip because of antd inner ts errors,
"skipLibCheck": true
},
"references": [
{
"path": "../../core"
},
{
"path": "../../utils"
},
{
"path": "../../validator-ajv8"
}
]
}