We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d775d2d commit 1a4ddcdCopy full SHA for 1a4ddcd
apps/demos/babel.config.js
@@ -1,3 +1,6 @@
1
module.exports = {
2
- presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
+ presets: [
3
+ ['@babel/preset-env', { targets: { node: 'current' } }],
4
+ '@babel/preset-typescript',
5
+ ],
6
};
0 commit comments