Adam

Results 3 issues of Adam

### Expected Behaviour Upgraded `fork-ts-checker-webpack-plugin` `3.1.1` => `4.0.2` To notify when typescript compile errors ### Actual Behaviour Added some typescript breaking code to test upgrade ```typescript const b: boolean =...

Custom converter for serializing to Json using [http://www.newtonsoft.com/json](http://www.newtonsoft.com/json). This is an enhancement of the `Newton.Json.Converters.VersionConverter`. https://gist.github.com/madaz/efab4a5554b88dc2862d58046ddba00f **Reason** Without the custom serializer, the default would create a nested "SemVersion" property inside...

enhancement

Proposal for extending your current defaults to include the older SFC/StatelessComponent and also namespace vs no namespace. This is what Im currently using in my config ```typescript funcTypes: [ 'React.FunctionComponent',...