UNPKG
@bill_law6/formily-path
Version:
latest (0.1.7)
0.1.7
0.1.5
0.1.1
> Path System
github.com/alibaba/formily
alibaba/formily
@bill_law6/formily-path
/
tsconfig.build.json
11 lines
(10 loc)
•
181 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./lib"
,
"paths"
:
{
"@formily/*"
:
[
"packages/*"
,
"devtools/*"
]
}
,
"declaration"
:
true
}
}