forked from loafle/openapi-generator-original
* TypeScript: add typeRoots to tsconfig This avoids typescript looking in parent directories to find type definitions. We don’t _need_ this behaviour from typescript, as this module is self-contained. If we don’t block this behaviour from typescript, and you put the generated source inside a project that already has a node_modules/@types directory, you can run into conflicts when some types require newer versions of TypeScript than is used by this module. * Update petstore examples for all TypeScript variants