Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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