expo-ahap icon indicating copy to clipboard operation
expo-ahap copied to clipboard

refactor: import types with type keyword for verbatimModuleSyntax enabled rule

Open RayKay91 opened this issue 1 year ago • 0 comments

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

RayKay91 avatar Oct 30 '24 13:10 RayKay91