UNPKG
@bonobolabs/react-pose
Version:
latest (4.1.3)
4.1.3
4.1.2
4.1.1
4.1.0
A declarative animation library for React
Popmotion/popmotion
@bonobolabs/react-pose
/
tsconfig.json
11 lines
•
241 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
: {
"rootDir"
:
"src"
,
"outDir"
:
"lib"
,
"lib"
: [
"es6"
,
"dom"
],
"jsx"
:
"react"
,
"typeRoots"
: [
"./types"
,
"../../node_modules/
@types
"
] },
"include"
: [
"src/**/*"
] }