From 00fbded1685d714762d8b9b4709b4d52aa421271 Mon Sep 17 00:00:00 2001 From: Dan Bucholtz Date: Mon, 19 Jun 2017 16:40:23 -0500 Subject: [PATCH] chore(build): strictly enforce metadata --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 94d456c03d..ea090f02e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "target": "es2015", "typeRoots": [ "./node_modules/@types" - ], + ], "types": ["jasmine", "systemjs"] }, "include": [ @@ -28,6 +28,7 @@ }, "angularCompilerOptions": { "annotationsAs": "static fields", - "annotateForClosureCompiler": true + "annotateForClosureCompiler": true, + "strictMetadataEmit": true } } \ No newline at end of file