Skip to content

Commit

Permalink
Disable TypeScript 2.4 strict generic checks
Browse files Browse the repository at this point in the history
Add noStrictGenericChecks=true to tsconfigs
ReactiveX/rxjs#2539
Reactive-Extensions/RxJS#1487
  • Loading branch information
andrevmatos committed Jul 5, 2017
1 parent f15428b commit 22e5bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions raiden/raidenwebui/src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noStrictGenericChecks": true,
"target": "es5",
"lib": [
"es2016",
Expand Down
1 change: 1 addition & 0 deletions raiden/raidenwebui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noStrictGenericChecks": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
Expand Down

0 comments on commit 22e5bd0

Please sign in to comment.