apollo-server/packages/apollo-server-koa/src
Hugh Willson dd86fa8a29 Re-enable Typescript esModuleInterop (#1699)
`esModuleInterop` was enabled in
e4164c8892
to help with importing from packages that use default exports.
Those changes were reverted in
https://github.com/apollographql/apollo-server/pull/1210
to work around a few reported issues. Those issues are no longer
relevant, so this commit re-enables `esModuleInterop`, and
updates all default imports to use the more common (standard)
import syntax.
2018-09-21 16:43:33 +03:00
..
__tests__ Re-enable Typescript esModuleInterop (#1699) 2018-09-21 16:43:33 +03:00
ApolloServer.ts Re-enable Typescript esModuleInterop (#1699) 2018-09-21 16:43:33 +03:00
index.ts Fix and Export Extension and Playground Types (#1360) 2018-07-16 15:49:20 -07:00
koaApollo.ts Re-enable Typescript esModuleInterop (#1699) 2018-09-21 16:43:33 +03:00