Open
Description
Running json2ts on the json schema for package.json (http://json.schemastore.org/package) generates a typescript interface with many errors of the kind:
[ts] Property 'name' of type 'string' is not assignable to string index type '{ [k: string]: any; }'. [2411]