expo-ahap
expo-ahap copied to clipboard
refactor: import types with type keyword for verbatimModuleSyntax enabled rule
Getting an error with verbatimModuleSyntax rule enabled, this PR addresses it by importing the types with the type keyword.
Not sure why this is being flagged by TS tbh, I have node_modules as part of the exclude list