@rjsf/material-ui
Version:
Material UI 4 theme, fields and widgets for react-jsonschema-form
24 lines (23 loc) • 347 B
JSON
{
"extends": "../../../tsconfig.base.json",
"include": [
"./"
],
"compilerOptions": {
"rootDir": "./",
"outDir": "../lib",
"baseUrl": "../",
"jsx": "react-jsx"
},
"references": [
{
"path": "../../core"
},
{
"path": "../../utils"
},
{
"path": "../../validator-ajv8"
}
]
}