Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Dec 6, 2022
1 parent 681bbe2 commit 14d9f56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .babelrc → babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
module.exports = function (api) {
api.cache(true);

return {
"presets": ["@babel/preset-typescript"],
"plugins": [
["@babel/plugin-transform-runtime"]
],
"sourceType": "unambiguous"
}
};
}

0 comments on commit 14d9f56

Please sign in to comment.