UNPKG
@nteract/presentational-components
Version:
latest (3.4.12)
pre (3.3.13-alpha.0)
prerelease (3.4.8-alpha.0)
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.8-alpha.0
3.4.7-alpha.0
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.14
3.3.13
3.3.13-alpha.0
3.3.12-alpha.0
3.3.11
3.3.11-alpha.0
3.3.10-alpha.0
3.3.9-alpha.0
3.3.8-alpha.0
3.3.7
3.3.7-alpha.0
3.3.6-alpha.0
3.3.5-alpha.0
3.3.4
3.3.4-alpha.0
3.3.3-alpha.0
3.3.2-alpha.0
3.3.1
3.3.1-alpha.0
3.3.0-alpha.0
3.2.0
3.1.0
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.4-alpha.0
2.0.3-alpha.0
2.0.2-alpha.0
2.0.0-alpha.0
1.1.0
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
pure presentational components for nteract
@nteract/presentational-components
/
tsconfig.json
10 lines
(9 loc)
•
156 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"lib"
,
"rootDir"
:
"src"
}
,
"include"
:
[
"src"
]
,
"references"
:
[
]
}