Skip to content

Commit df7c379

Browse files
author
Nilan Marktanner
authored
Merge pull request #6 from claytoncasey01/master
Fix for issue #5
2 parents f671655 + 00dd824 commit df7c379

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

quickstart-with-apollo/src/tsconfig.app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"outDir": "../dist/out-tsc",
1111
"sourceMap": true,
1212
"target": "es5",
13+
"noStrictGenericChecks": true,
1314
"typeRoots": [
1415
"../node_modules/@types"
1516
]

subscriptions-with-apollo/src/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"outDir": "../dist/out-tsc",
1111
"sourceMap": true,
1212
"target": "es5",
13+
"noStrictGenericChecks": true,
1314
"typeRoots": [
1415
"../node_modules/@types"
1516
]

0 commit comments

Comments
 (0)