SyntaxFix
Write A Post
Hire A Developer
Questions
In my case
import { Object } from '../config/env';
gave me the error.
I solved it with change the address like this:
import { Object } from './../config/env';