Skip to content

Commit 00dd824

Browse files
Fix for issue #5
1 parent f671655 commit 00dd824

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)