Skip to content

Commit

Permalink
add jsxPragma in @babel/preset-typescript (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
intrnl authored and drwpow committed Jul 27, 2020
1 parent b3177d1 commit 40a791e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"pragmaFrag": "Fragment"
}
],
"@babel/preset-typescript"
[
"@babel/preset-typescript",
{
"jsxPragma": "h"
}
]
],
"plugins": ["@babel/plugin-syntax-import-meta"],
"env": {
Expand Down

0 comments on commit 40a791e

Please sign in to comment.