UNPKG
@reactjsonforms/antd-renderers
Version:
latest (4.0.0-alpha.3)
4.0.0-alpha.3
4.0.0-alpha.1
Ant Design Renderer Set for JSON Forms
jsonforms.io
eclipsesource/jsonforms
@reactjsonforms/antd-renderers
/
tsconfig.json
10 lines
(9 loc)
•
208 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.base"
,
"compilerOptions"
:
{
"outDir"
:
"lib"
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
]
,
"files"
:
[
"./src/index.ts"
,
"./src/extended/index.ts"
]
}