Bug report
Describe the bug
I have a Typescript interface that is exported from a file for other uses, but when I compile and run in dev mode, I get: "export 'ISnippetProps' was not found in './Snippet'.
This warning should not be occurring at all as the interface clearly is being exported within the file in question.
Expected behavior
This should not cause a compile warning.
Screenshots


System information
- OS: macOS
- Browser (if applies) Chrome
- Version of Next.js: 7.0.1