Skip to content

Commit 66767ac

Browse files
committed
build(.babelrc.js): add typescript preset (whoops!!)
1 parent 2595ac9 commit 66767ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.babelrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = function(api) {
1313
? { forceAllTransforms: true }
1414
: { targets: { node: 'current' } },
1515
],
16+
'@babel/preset-typescript',
1617
]
1718

1819
if (api.env(['test', 'coverage', 'es5'])) {

0 commit comments

Comments
 (0)