As @types/react is set as dependency i'm having issues with typescript check on my react-native application.
Seems that, by adding the definition inside the dependencies instead of the devDependencies in simple-makrdown, after installing the package now @types/react becomes an active dependency on my project as well, and all react types start to apply globally on my tsc check.
Can you please move it do devDependency?
As @types/react is set as dependency i'm having issues with typescript check on my react-native application.
Seems that, by adding the definition inside the dependencies instead of the devDependencies in simple-makrdown, after installing the package now @types/react becomes an active dependency on my project as well, and all react types start to apply globally on my tsc check.
Can you please move it do devDependency?