Closed ayrbox closed 1 year ago
When importing type only in tsx file. It expects to have =. Needs condition to skip the check if type comes with import.
=
import type { User } from 'next-auth';
src/pages/index.tsx|2 col 13| '=' expected.
When importing type only in tsx file. It expects to have
=
. Needs condition to skip the check if type comes with import.