UNPKG
@wbe/react-metas
Version:
latest (2.3.0)
2.3.0
2.2.0-alpha.0
2.1.0
2.0.0
2.0.0-alpha.11
2.0.0-alpha.10
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.0
1.6.0
1.5.0
1.5.0-alpha.0
React component middleware of MetasManager
github.com/willybrauner/libraries
willybrauner/libraries
@wbe/react-metas
/
tsconfig-build.json
9 lines
(8 loc)
•
175 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"../../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
}
,
"exclude"
:
[
"node_modules"
,
"dist"
,
"test"
,
"stories"
]
}