UNPKG
react-powerplug
Version:
latest (1.0.0)
next (1.0.0-rc.0)
1.0.0
1.0.0-rc.1
1.0.0-rc.0
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
0.0.1-alpha.1
Give life to your dumb components
github.com/renatorib/react-powerplug
renatorib/react-powerplug
react-powerplug
/
types
/
tsconfig.json
12 lines
•
234 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"lib"
:
[
"es5"
]
,
"jsx"
:
"react"
,
"noImplicitAny"
:
true
,
"noImplicitThis"
:
true
,
"strictNullChecks"
:
true
,
"noEmit"
:
true
,
"strictFunctionTypes"
:
false
}
}