Skip to content

Commit a138974

Browse files
committed
fix(typescript): pin typescript to 2.3.4
TS 2.4 brings on many different errors, we will wait until RxJs and Angular core have compatible fixes to those breaking changes. Officially angular is still on 2.2.2
1 parent 04273f6 commit a138974

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"jquery": "^2.2.1",
5656
"json-loader": "^0.5.4",
5757

58-
"ng2-signalr": "^2.0.2",
58+
"ng2-signalr": "2.0.4",
5959
"ngx-bootstrap": "^1.7.1",
6060
"node-sass": "^4.5.2",
6161
"preboot": "^4.5.2",
@@ -66,7 +66,7 @@
6666
"signalr": "^2.2.1",
6767
"style-loader": "^0.13.1",
6868
"to-string-loader": "^1.1.5",
69-
"typescript": "^2.3.2",
69+
"typescript": "2.3.4",
7070
"url-loader": "^0.5.7",
7171
"webpack": "^2.2.0",
7272
"webpack-hot-middleware": "^2.12.2",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"sourceMap": false,
88
"experimentalDecorators": true,
99
"emitDecoratorMetadata": true,
10+
"noStrictGenericChecks": true,
1011
"lib": [
1112
"es2016",
1213
"dom"

0 commit comments

Comments
 (0)