Skip to content

Commit c0891ac

Browse files
committed
done #7
1 parent 70fbbfc commit c0891ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

babel.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
presets: [
33
['@babel/preset-env', { targets: { node: 'current' } }],
4-
'@babel/preset-typescript'],
4+
'@babel/preset-typescript'
5+
]
56
};
67

0 commit comments

Comments
 (0)