We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46c82db + 4e95a41 commit d88c998Copy full SHA for d88c998
2 files changed
files/babel.config.cjs
@@ -5,6 +5,7 @@ const macros = buildMacros();
5
module.exports = {
6
plugins: [<% if (typescript) { %>
7
['@babel/plugin-transform-typescript', {
8
+ allExtensions: true,
9
allowDeclareFields: true,
10
onlyRemoveTypeImports: true,
11
}],<% } %>
files/babel.publish.config.cjs
@@ -4,8 +4,8 @@ module.exports = {
4
'@babel/plugin-transform-typescript',
{
allExtensions: true,
- onlyRemoveTypeImports: true,
+ onlyRemoveTypeImports: true,
},
],<% } %>
[
0 commit comments