diff --git a/ponyracer/package.json b/ponyracer/package.json index fb21bff80..bf66a3105 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.801.0-beta.2", - "@angular/cli": "~8.1.0-beta.2", + "@angular/cli": "~8.1.0-beta.3", "@angular/compiler-cli": "~8.1.0-next.2", "@angular/language-service": "~8.1.0-next.2", "@types/node": "~8.9.4", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index a4df54fff..30956ae7e 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -18,5 +18,9 @@ "es2018", "dom" ] + }, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "strictInjectionParameters": true } }