UNPKG
responsive-breadcrumb
Version:
latest (1.0.1)
1.0.1
1.0.0
responsive react breadcrumb
github.com/ylf0/responsive-breadcrumb
ylf0/responsive-breadcrumb
responsive-breadcrumb
/
tsconfig.json
17 lines
(16 loc)
•
244 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"rootDir"
:
"."
,
"outDir"
:
"./lib"
,
"declaration"
:
true
,
"module"
:
"esnext"
,
"removeComments"
:
true
,
"jsx"
:
"react"
,
}
,
"includes"
:
[
"src/*"
]
,
"exclude"
:
[
"node_modules"
]
,
}