benawad / type-graphql-series

Typescript GraphQL Server built with TypeGraphQL
326 stars 129 forks source link

Update package.json #21

Open konstantinschuette opened 4 years ago

konstantinschuette commented 4 years ago

Adding --transpile-only to the start-script seems to optimize the performance on startup

benawad commented 4 years ago

It does, but then it doesn't check the types of everything. I'd rather have a slower start-up in development and have it catch errors.