UNPKG
ink-tab
Version:
latest (5.2.0)
5.2.0
5.1.0
5.0.0
4.3.1
4.3.0
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.0
3.0.2
3.0.1
3.0.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-beta.4
2.0.0-beta.2
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Tab component for Ink
github.com/jdeniau/ink-tab
jdeniau/ink-tab
ink-tab
/
.babelrc
18 lines
(17 loc)
•
289 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"sourceType"
:
"module"
,
"presets"
: [
"
@babel
/preset-typescript"
,
"
@babel
/preset-react"
, [
"
@babel
/preset-env"
, {
"modules"
: false } ] ],
"plugins"
: [
"
@babel
/proposal-class-properties"
,
"
@babel
/proposal-object-rest-spread"
] }