UNPKG

@rjsf/antd

Version:

Ant Design theme, fields and widgets for react-jsonschema-form

26 lines (25 loc) 417 B
{ "extends": "../../../tsconfig.base.json", "include": [ "./" ], "compilerOptions": { "rootDir": "./", "outDir": "../lib", "baseUrl": "../", "jsx": "react-jsx", // Skip because of antd inner ts errors "skipLibCheck": true }, "references": [ { "path": "../../core" }, { "path": "../../utils" }, { "path": "../../validator-ajv8" } ] }