Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Mar 7, 2020
1 parent 08f06df commit bbddd23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/babel-preset-gatsby/.babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"presets": [
["babel-preset-gatsby-package"]
],
"overrides": [
{
"test": "**/*.ts",
"plugins": [["@babel/plugin-transform-typescript", { "isTSX": true }]]
}
]
}

0 comments on commit bbddd23

Please sign in to comment.