You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there's a dependency to an Azure Functions type declaration (src/azureFunctions.d.ts) that's specific to this project but when compiled, that d.ts isn't being put into the dist/ folder so I'm getting an error compiling my project. It still seems to work but I want to get rid of this error.
Maybe I missed something in the installation.. there may be something we can add to tsconfig in the Apollo project to have tsc copy this d.ts into the dist folder.
The text was updated successfully, but these errors were encountered:
I played around with it.. if we just rename the azureFunctions.d.ts -> azureFunctions.ts, the compiler will build a d.ts in the output folder. I can make a pull request for this if it would help.
jmshal
added a commit
to jmshal/apollo-server
that referenced
this issue
Feb 8, 2019
It looks like there's a dependency to an Azure Functions type declaration (src/azureFunctions.d.ts) that's specific to this project but when compiled, that d.ts isn't being put into the dist/ folder so I'm getting an error compiling my project. It still seems to work but I want to get rid of this error.
Here's my demo code: https://github.com/GLRAzure/apollo-graphql-azfunctions-ts-demo
Maybe I missed something in the installation.. there may be something we can add to tsconfig in the Apollo project to have tsc copy this d.ts into the dist folder.
The text was updated successfully, but these errors were encountered: