chore: fixate TypeScript to ~2.7.0 (#2280)

This patch fixates TypeScript release to 2.7.X.
For some reason, tsc 2.8.X fails to lint our types.

References #2279
This commit is contained in:
Andrey Lushnikov 2018-03-28 15:16:31 -07:00 committed by GitHub
parent 9af02a0d86
commit 71a07bb50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,6 @@
"pixelmatch": "^4.0.2",
"pngjs": "^3.2.0",
"text-diff": "^1.0.1",
"typescript": "^2.6.0-rc"
"typescript": "~2.7.0"
}
}