UNPKG
react-pose-text
Version:
latest (3.1.0)
3.1.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Easily animate characters and words with React Pose
Popmotion/popmotion
react-pose-text
/
tsconfig.json
10 lines
•
182 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"lib"
,
"lib"
:
[
"es6"
,
"dom"
]
,
"jsx"
:
"react"
}
,
"include"
:
[
"src/**/*"
]
}