Skip to content

Commit 2066ec8

Browse files
committed
wip: add typescript preset to babel
1 parent 20c29e7 commit 2066ec8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
presets: [
33
['@babel/preset-env', { targets: { node: 'current' } }],
44
['@babel/preset-react', { runtime: 'automatic' }],
5+
'@babel/preset-typescript',
56
],
67
plugins: ['@babel/plugin-transform-runtime'],
78
};

0 commit comments

Comments
 (0)