Skip to content

Feature/load from GitHub #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Apr 2, 2020
Next Next commit
refactor typings without api
  • Loading branch information
ShMcK committed Mar 31, 2020
commit 06f1285c113f474ba1e45288ac1167802f513683
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"emitDecoratorMetadata": true,
"paths": {
"typings": ["../typings/index.d.ts"],
"typings/graphql": ["../typings/graphql.d.ts"]
"typings/tutorial": ["../typings/tutorial.d.ts"]
},
"allowJs": true,
"removeComments": true
Expand Down
Loading