Skip to content

Commit

Permalink
Allow TypeScript Namespaces (vercel#9308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Nov 4, 2019
1 parent 8e62c9b commit dee2888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/babel/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = (
...options['preset-react'],
},
],
require('@babel/preset-typescript'),
[require('@babel/preset-typescript'), { allowNamespaces: true }],
],
plugins: [
[
Expand Down

0 comments on commit dee2888

Please sign in to comment.