@rjsf/core
Version:
A simple React component capable of building HTML forms out of a JSON schema.
35 lines (34 loc) • 566 B
JSON
{
"extends": "../../../tsconfig.build.json",
"include": [
"./"
],
"compilerOptions": {
"rootDir": "./",
"outDir": "../lib",
"baseUrl": "../",
"jsx": "react-jsx",
"composite": true
},
"references": [
{
"path": "../../utils"
},
{
"path": "../../validator-ajv6"
},
{
"path": "../../validator-ajv8"
}
],
"tsc-alias": {
"resolveFullPaths": true,
"verbose": true,
"replacers": {
"lodash": {
"enabled": true,
"file": "lodashReplacer.js"
}
}
}
}