Skip to content

Commit

Permalink
[example] Fix "@zeit/next-typescript" dependency missing (#16603)
Browse files Browse the repository at this point in the history
Error: Cannot find module '@zeit/next-typescript/babel' from '~/nextjs-with-typescript'
    at Array.map (<anonymous>)
  • Loading branch information
nb256 authored and oliviertassinari committed Jul 16, 2019
1 parent b198da0 commit 6d85b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs-with-typescript/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["next/babel", "@zeit/next-typescript/babel"]
"presets": ["next/babel"]
}

0 comments on commit 6d85b4b

Please sign in to comment.