Skip to content

Instantly share code, notes, and snippets.

@mohsen89z
Created May 9, 2019 10:59
Show Gist options
  • Save mohsen89z/68caada27a0ff74099cd2863fdac136d to your computer and use it in GitHub Desktop.
Save mohsen89z/68caada27a0ff74099cd2863fdac136d to your computer and use it in GitHub Desktop.
Resolve .graphql import for medium
{
"compilerOptions": {
...
"typeRoots": ["node_modules/@types", "src/@types"],
},
"files": ["src/@types/graphql.d.ts"],
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment