UNPKG
pose-core
Version:
beta (2.0.1-rc)
latest (2.1.1)
rc (0.4.0)
2.1.1
2.1.0
2.0.3
2.0.3-rc
2.0.2
2.0.1-rc
2.0.0
2.0.0-rc
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.8.1
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Factory for Pose animation state machines
Popmotion/popmotion
pose-core
/
tsconfig.json
8 lines
•
135 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"lib"
}
,
"include"
:
[
"src/**/*"
]
}