@rjsf/fluent-ui
Version:
Fluent UI theme, fields and widgets for react-jsonschema-form
30 lines (29 loc) • 710 B
JSON
{
"extends": "../../../tsconfig.base.json",
"include": [
"./"
],
"compilerOptions": {
"rootDir": "./",
"outDir": "../lib",
"baseUrl": "../",
"jsx": "react-jsx",
// There are type errors in @fluentui type definitions because of which skipLibCheck had to be added
// @fluentui/font-icons-mdl2/lib/IconNames.d.ts
// @fluentui/merge-styles/lib/mergeStyleSets.d.ts
// @fluentui/react/lib/components/SelectedItemsList/BaseSelectedItemsList.d.ts
// @fluentui/utilities/lib/styled.d.ts
"skipLibCheck": true
},
"references": [
{
"path": "../../core"
},
{
"path": "../../utils"
},
{
"path": "../../validator-ajv8"
}
]
}