Skip to content

Commit b8f0b27

Browse files
committed
Hard code in TypeScript version
To prevent Subject<T> errors in RxJS caused by the latest version of TypeScript.
1 parent 0e47c37 commit b8f0b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APM - Final/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"concurrently": "^2.2.0",
3636
"lite-server": "^2.2.0",
3737
"tslint": "^3.7.4",
38-
"typescript": "^2.0.2",
38+
"typescript": "2.3.4",
3939
"typings": "^1.0.4"
4040
},
4141
"repository": {}

0 commit comments

Comments
 (0)