Intended outcome:
Should compile without having to install @types/node-fetch
Actual outcome:
getting compile error
node_modules/apollo-env/lib/fetch/fetch.d.ts(6,195): error TS7016: Could not find a declaration file for module 'node-fetch'.
How to reproduce the issue:
do a tsc with apollo-env or apollo-server-core as dependency.
Versions
0.6.0
Intended outcome:
Should compile without having to install
@types/node-fetchActual outcome:
getting compile error
node_modules/apollo-env/lib/fetch/fetch.d.ts(6,195): error TS7016: Could not find a declaration file for module 'node-fetch'.How to reproduce the issue:
do a
tscwith apollo-env orapollo-server-coreas dependency.Versions
0.6.0