From fe81dd70e3abcf3ba17547d67d8ed54513693b08 Mon Sep 17 00:00:00 2001 From: Wendell Date: Mon, 4 Mar 2019 14:44:20 +0800 Subject: [PATCH] revert: revert typescript version --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e063220d41..23c6519aa2a 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "tsickle": ">=0.34.0", "tslib": "^1.9.0", "tslint": "~5.11.0", - "typescript": "~3.1.6", + "typescript": "~3.2.2", "webpack-bundle-analyzer": "^3.0.2", "yaml-front-matter": "^4.0.0", "zone.js": "~0.8.26" diff --git a/tsconfig.json b/tsconfig.json index 8ad1fcd5907..424a6e896b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,6 @@ "noImplicitThis": true, "skipLibCheck": true, "strictFunctionTypes": true, - "strictNullChecks": true, + "strictNullChecks": true } }