UNPKG
redux-modal-tabs
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
0.0.0
Redux modal tabs
github.com/dutchsec/redux-modal-tabs
dutchsec/redux-modal-tabs
redux-modal-tabs
/
tsconfig.json
17 lines
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"rootDir"
:
"./lib"
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"types"
:
[
"jest"
]
,
"jsx"
:
"react"
,
"strictNullChecks"
:
false
}
,
"exclude"
:
[
"tests"
,
"dist"
]
}