Skip to content

Commit

Permalink
fix(typo): missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Mar 18, 2022
1 parent f7b8414 commit 4055fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
presets: [
['@babel/preset-env', {targets: {node: 'current'}}],
['@babel/plugin-proposal-decorators', {legacy: true},
['@babel/plugin-proposal-decorators', {legacy: true}],
'@babel/preset-typescript',
],
};

0 comments on commit 4055fc5

Please sign in to comment.