DEV Community

Discussion on: Prop types in React and TypeScript

Collapse
 
lyrod profile image
Lyrod

Note that TypeScript will allow implicit any if you don't enable the strict config in your tsconfig.json (implicit any rule). strict will also enable other rules.