UNPKG
react-deep-match
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
a deep regex match component for react
github.com/linhuiw/react-deep-match
linhuiw/react-deep-match
react-deep-match
/
tsconfig.json
14 lines
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"outDir"
:
"./lib/"
,
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"jsx"
:
"react"
,
"skipLibCheck"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src/**/*"
,
"demo/**/*"
]
}