Skip to content

Commit 9b5b99c

Browse files
committed
chore: remove unnecessary onlyRemoveTypeImports in .babelrc
1 parent 04d4325 commit 9b5b99c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
[
1212
"@babel/preset-typescript",
1313
{
14-
"allowDeclareFields": true,
15-
"onlyRemoveTypeImports": true
14+
"allowDeclareFields": true
1615
}
1716
]
1817
],

0 commit comments

Comments
 (0)