vim-jsx-typescript
vim-jsx-typescript copied to clipboard
Importing Type in TSX does not works
trafficstars
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.